Skip to content

Commit a771b75

Browse files
committed
chore: echo link to travis build when releasing
[ci-skip]
1 parent 083e3c6 commit a771b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ bundle exec rake generate_changelog
66
git add CHANGELOG.md lib/pact/version.rb
77
git commit -m "chore(release): version $(ruby -r ./lib/pact/version.rb -e "puts Pact::VERSION")" && git push
88
bundle exec rake tag_for_release
9-
9+
echo "Releasing from https://travis-ci.org/pact-foundation/pact-ruby"

0 commit comments

Comments
 (0)