Commit 3911e161 authored by Vincent Driessen's avatar Vincent Driessen

Also, print the version tag in the summary message, then.

parent 74a4fe27
...@@ -99,7 +99,7 @@ cmd_finish() { ...@@ -99,7 +99,7 @@ cmd_finish() {
echo "Summary of actions:" echo "Summary of actions:"
echo "- Latest objects have been fetched from '$ORIGIN'" echo "- Latest objects have been fetched from '$ORIGIN'"
echo "- Release branch has been merged into '$MASTER_BRANCH'" echo "- Release branch has been merged into '$MASTER_BRANCH'"
echo "- The release was tagged '$VERSION'" echo "- The release was tagged '$VERSION_PREFIX$VERSION'"
echo "- Release branch has been back-merged into '$DEVELOP_BRANCH'" echo "- Release branch has been back-merged into '$DEVELOP_BRANCH'"
echo "- Release branch '$BRANCH' has been deleted" echo "- Release branch '$BRANCH' has been deleted"
echo echo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment