Skip to content

Commit

Permalink
Add instruction for publishing the resulting gem (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Oct 16, 2023
1 parent 60553b0 commit 5088cd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exe/create-github-release
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ puts <<~MESSAGE unless project.quiet
git checkout #{project.default_branch}
git merge --ff-only #{project.release_branch}
git push
Wait for the CI build to pass and then release the gem with the following command:
rake release:rubygem_push
MESSAGE

0 comments on commit 5088cd0

Please sign in to comment.