Closed shivajivarma closed 1 year ago
Thanks for the reports, I just saw these and will take a look at fixing them soon.
I just realized, this tool does not create git commit with tag, on version bump up. It only updates version in files. This requirement is on top of git commit support. So, closing it.
Yes I've been using the release-drafter action to create Draft Releases with new versions. This tool simply sets the versions to whatever you want.
But technically this is a legit feature request, semantic versions support being prefixed with v
specifically. I think having that in the settings file as an option would make sense.
Feature Request
Add support for prefix to version tag like
--prefix-tag v
-> git tagv1.0.0
This would help in CI automation on version tags.
Example GitHub action for releases.