-
Notifications
You must be signed in to change notification settings - Fork 21
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
tag-master ignores git tag errors #72
Comments
Care to send this as a PR? :-) |
schmid-hanspeter
pushed a commit
to schmid-hanspeter/gitflow-helper-maven-plugin
that referenced
this issue
May 3, 2017
PR sent :-) |
bvarner
added a commit
that referenced
this issue
May 18, 2017
issue #72: honour return value of provider.tag()
Thanks for the submission! |
bvarner
pushed a commit
that referenced
this issue
May 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In TagMasterMojo the return value of the call to
provider.tag(..)
is ignored. The following fix takes this return value into account and produces an error log and exception exactly like maven'sscm
plugin would:I have had tag-master silently fail on me because of, for example, a duplicate tag.
The text was updated successfully, but these errors were encountered: