Skip to content

Commit

Permalink
Also, print the version tag in the summary message, then.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 27, 2010
1 parent 74a4fe2 commit 3911e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow-release
Expand Up @@ -99,7 +99,7 @@ cmd_finish() {
echo "Summary of actions:"
echo "- Latest objects have been fetched from '$ORIGIN'"
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 '$BRANCH' has been deleted"
echo
Expand Down

0 comments on commit 3911e16

Please sign in to comment.