You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
If I see this correct in the code (and the usage info), you need to git flow finish --noedit ....
This way you get a default message for the tag (and the merge!!!)....
If this default message is not to your liking, you must provide another message yourself!
Excerpt from man git-tag:
If one of -a, -s, or -u <keyid> is passed, the command creates a tag object,
and requires a tag message. Unless -m <msg> or -F <file> is given, an editor
is started for the user to type in the tag message.
And the tag created is an annotated one (git tag -a ...)...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The problem is, I don't wish to provide a tag message. I cannot find a documented way to stop this, and to allow me to proceed.
This is happening when closing a release.
The text was updated successfully, but these errors were encountered: