Open sourcedelica opened 2 years ago
Hi @sourcedelica this is a bit tricky! After a tag was pushed to remote there is no easy way going back! (i.e. pipeline watching on new tag event was already started) I really don't have any idea what to do instead.
Tested in version 1.14.2
If for some reason the release fails when pushing the tags (I say "tags" plural due to #224) the tag is deleted locally but left on the remote. For example:
Note also there is no indication as to what the problem is. You just get a generic error message. Even if you run with
--debug
or--stacktrace
you can't figure out what the problem is. Now that I know about #224 I can emulate the problem by runninggit push --tags
: