Rollback after accidental increase #351

Closed
opened 2026-02-17 11:54:54 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @stokerd on GitHub (Nov 15, 2018).

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). 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.

@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.

@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#351