mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #477] Rollback after accidental increase #6341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stokerd on GitHub (Nov 15, 2018).
Original GitHub issue: https://github.com/semver/semver/issues/477
I was attempting to check the tag:
git semver minor --dryrunhowever I forget to add the--dryrunand it incremented my minor version. How do I roll the tag back? I did not yet push the tags usinggit push -tags, this is all still local to my machine.Thanks!
@stokerd commented on GitHub (Nov 15, 2018):
Also noting that I am using git-semver...no sure this is relevant here.
@stokerd commented on GitHub (Nov 15, 2018):
Just used the git tag -d and that fixed my problem.