-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not require message #6
Comments
I'll look into it. I've had problems trying to tag without message (the script failed). |
the problem is, that you after |
The problem happened when the script tried to execute git tag without message. It failed when opening editor to add message. I've not looked yet how to tag with no message, so I force a message to be passed. I'm agree with the BC break. I'll take a look this night :-). |
i looked in docu: https://git-scm.com/docs/git-tag it looks like it is problem with |
I'm looking into that, but see issue #4 to discuss about the source of truth about versioning. Having the .semver file, I'm considering to use it instead of git tags (or have some kind of check to verify them. Not sure about that). This also resolve the unannotated tags issue. By the other hand, git tag --list has the problem that could be difficult to know which is the last tag. |
I want to merge some fixes before implement this. |
it would be cool, if message will not be required.
The text was updated successfully, but these errors were encountered: