We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083e3c6 commit a771b75Copy full SHA for a771b75
script/release.sh
@@ -6,4 +6,4 @@ bundle exec rake generate_changelog
6
git add CHANGELOG.md lib/pact/version.rb
7
git commit -m "chore(release): version $(ruby -r ./lib/pact/version.rb -e "puts Pact::VERSION")" && git push
8
bundle exec rake tag_for_release
9
-
+echo "Releasing from https://travis-ci.org/pact-foundation/pact-ruby"
0 commit comments