We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166fcde commit 21a1f1bCopy full SHA for 21a1f1b
1 file changed
src/gitutils/_git-release-prod.sh
@@ -95,14 +95,15 @@ if bump-changelog -f $GBV -b -m; then
95
96
if git flow $flow finish $name --push --tagname $GBV --message $GBV ; then
97
zz_log s "Release finished: {B $GBV}"
98
- rm -f .git/RELEASE
99
-
100
- # Create git tag for the new version
101
bump-tag $GBV
102
else
103
- git undo && git pf
104
zz_log e "Cannot finish release. CHANGELOG & VERSION are not updated."
+ zz_log - "Please fix the issues, commit the changes, and finish the release manually with:"
+ zz_log - " git flow $flow finish $name --push --tagname $GBV --message $GBV"
+ zz_log - " bump-tag $GBV"
105
fi
+
106
+ rm -f .git/RELEASE
107
108
zz_log e "Cannot update version & finish release"
109
0 commit comments