-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Hey @kekyo , I love your project!
One thing I'd like to be able to do is have prerelease version labels between git tags. For example, if I'm two commits after a release 1.2.1 on main, I'd hope to see something like 1.2.1-prerelease-<commit-hash>. I'd like to cut pre-release versions automatically without adjusting the semver triad.
Once I cut a release tag, say v1.3.0, and my git HEAD is at that tag, I'd expect the tool to just use the raw version (1.3.0)
Is this possible with the current rulesets, or would this involve featur dev?
kekyo