markchalloner / git-semver

Git plugin for Semantic Versioning
MIT License
381 stars 43 forks source link

Rollback after accidental increase #34

Closed stokerd closed 5 years ago

stokerd commented 5 years ago

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!

markchalloner commented 5 years ago

@stokerd git-semver only adds a tag which can be deleted with git tag -d <version>.