[GH-ISSUE #477] Rollback after accidental increase #5468

Closed
opened 2026-06-15 11:53:57 -05:00 by GiteaMirror · 2 comments
Owner

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 --dryrun however I forget to add the --dryrun and it incremented my minor version. How do I roll the tag back? I did not yet push the tags using git push -tags, this is all still local to my machine.

Thanks!

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 --dryrun` however I forget to add the `--dryrun` and it incremented my minor version. How do I roll the tag back? I did not yet push the tags using `git push -tags`, this is all still local to my machine. Thanks!
Author
Owner

@stokerd commented on GitHub (Nov 15, 2018):

Also noting that I am using git-semver...no sure this is relevant here.

<!-- gh-comment-id:439103916 --> @stokerd commented on GitHub (Nov 15, 2018): Also noting that I am using git-semver...no sure this is relevant here.
Author
Owner

@stokerd commented on GitHub (Nov 15, 2018):

Just used the git tag -d and that fixed my problem.

<!-- gh-comment-id:439110182 --> @stokerd commented on GitHub (Nov 15, 2018): Just used the git tag -d <version> and that fixed my problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#5468