We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b099626 commit 5ca79f0Copy full SHA for 5ca79f0
1 file changed
src/gitutils/_git-release-prod.sh
@@ -78,7 +78,7 @@ if bump-changelog -f $GBV -b; then
78
# Create git tag for the new version
79
bump-tag $GBV
80
else
81
- git undo
+ git undo && git pf
82
zz_log e "Cannot finish release. CHANGELOG & VERSION are not updated."
83
fi
84
0 commit comments