Skip to content

Commit

Permalink
docs(releasing): add gemfiles to list of files to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 30, 2017
1 parent 104cbc7 commit 8b2f8a5
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 @@ -8,7 +8,7 @@

4. Add files to git

$ git add CHANGELOG.md lib/pact_broker/client/version.rb
$ git add CHANGELOG.md lib/pact_broker/client/version.rb gemfiles
$ git commit -m "Releasing version $(ruby -r ./lib/pact_broker/client/version.rb -e "puts PactBroker::Client::VERSION")"

5. Release:
Expand Down

0 comments on commit 8b2f8a5

Please sign in to comment.