Skip to content

Commit

Permalink
chore: echo link to travis build when releasing
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
bethesque committed Jan 22, 2020
1 parent 083e3c6 commit a771b75
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 @@ -6,4 +6,4 @@ bundle exec rake generate_changelog
git add CHANGELOG.md lib/pact/version.rb
git commit -m "chore(release): version $(ruby -r ./lib/pact/version.rb -e "puts Pact::VERSION")" && git push
bundle exec rake tag_for_release

echo "Releasing from https://travis-ci.org/pact-foundation/pact-ruby"

0 comments on commit a771b75

Please sign in to comment.