pantheon-systems / autotag

Git repository version tagging tool
http://godoc.org/github.com/pantheon-systems/autotag
Apache License 2.0
190 stars 42 forks source link

Can't create tag with "-p" flag multiple times, patch is not incremented #95

Open VahagnMian opened 1 year ago

VahagnMian commented 1 year ago
$ autotag -b main -p rc
> v0.0.1-rc
$ autotag -b main -p rc
> 2023/01/26 19:35:00 Error auto updating version: error creating tag: exit status 128 - fatal: tag 'v0.0.1-rc' already exists