Skip to content

Commit

Permalink
docs: updated RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 7, 2017
1 parent c3b0a57 commit 0b5c0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
3. Commit both files.

$ git add CHANGELOG.md lib/webmachine/version.rb
$ git commit -m "chore(release): version 1.3.1"
$ git commit -m "chore(release): version $(ruby -r ./lib/webmachine/version.rb -e "puts Webmachine::VERSION")" && git push

4. Release the gem.

Expand Down

0 comments on commit 0b5c0d0

Please sign in to comment.