github-tagger
github-tagger copied to clipboard
Force argument?
It would be good if you could allow a force argument to be passed through to the git call. This will allow existing tags to be re-used.
At the moment if you try to use a tag that already exists you get this error:
I'm having the exact same issue, I can't find a single action that can force a new tag. In java if the next version will be 1.3.0
then its common while developing to have 1.3.0-SNAPSHOT
. So every time I merge a new a feature into my develop branch I want to create that tag and upload the build to a package manager.