Skip to content

Commit

Permalink
chore: echo where the release is happening from
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 30, 2020
1 parent a89a0c0 commit ef952d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ script/release/generate-changelog.sh
git add CHANGELOG.md && git commit -m "chore(changelog): update for ${TAG}"
echo "Tagging version ${TAG}"
git tag -a "${TAG}" -m "Releasing version ${TAG}" && git push origin "${TAG}"
echo "Releasing from https://hub.docker.com/repository/docker/dius/pact-broker/builds"

0 comments on commit ef952d4

Please sign in to comment.