Skip to content

Commit

Permalink
Improve gem release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Aug 31, 2021
1 parent c7b3e34 commit b14201d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ task :release, [:version_bump] do |_t, args|
Run the following commands:
1. Push commit and tag to Github:
$ git push origin && git push origin --tags
git push origin && git push origin --tags
2. Push to Rubygems.org:
$ gem release
gem release
3. Author a Github Release:
https://github.com/bensheldon/good_job/releases/new?tag=v#{GoodJob::VERSION}&body=#{CGI.escape "[Changelog](#{changelog_url})"}
https://github.com/bensheldon/good_job/releases/new?tag=v#{GoodJob::VERSION}&body=#{CGI.escape "_Review the [Changelog](#{changelog_url}) for more details._"}
INSTRUCTIONS
end

Expand Down

0 comments on commit b14201d

Please sign in to comment.