Skip to content

Commit

Permalink
chore: update commit message in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 3, 2018
1 parent a3cedc5 commit e5881e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ git checkout -- lib/pact/support/version.rb
bundle exec bump ${1:-minor} --no-commit
bundle exec rake generate_changelog
git add CHANGELOG.md lib/pact/support/version.rb
git commit -m "Releasing version $(ruby -r ./lib/pact/support/version.rb -e "puts Pact::Support::VERSION")"
git commit -m "chore(release): version $(ruby -r ./lib/pact/support/version.rb -e "puts Pact::Support::VERSION")"
bundle exec rake release

0 comments on commit e5881e3

Please sign in to comment.