Skip to content

Commit

Permalink
Fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Feb 11, 2020
1 parent 0e8aac2 commit 17ba0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The `master` branch is for development against Sensu Go v5.

1. Update version in `metadata.json`
1. Run Rake task to release module: `pdk bundle exec rake release`
1. Update GitHub pages: `pdk bundle exec rake strings:gh_pages:update`
1. Tag the release, such as `git tag -a 'v3.11.0' -m 'v3.11.0'`
1. Push release to upstream master: `git push upstream master`
1. Push tags upstream master: `git push upstream --tags`
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ namespace :release do
end

desc "Release new module version"
task :release => [:changelog, :reference, "release:commit", "strings:gh_pages:update"]
task :release => [:changelog, :reference, "release:commit"]

0 comments on commit 17ba0f9

Please sign in to comment.