FigureTechnologies / gradle-semver-plugin

Gradle Plugin for Automated Semantic Versioning
Apache License 2.0
15 stars 2 forks source link

Support prerelease tags #56

Open tcrawford-figure opened 1 year ago

tcrawford-figure commented 1 year ago

Support "RC" or "prerelease" suffix to denote that something is a prerelease.

jeffypooo commented 1 year ago

@tcrawford-figure you could use the version prefix for that i think?

tcrawford-figure commented 1 year ago

@jeffypooo We could. I think it would end up being like rc-1.2.5. I envisioned this being suffixed like how detekt - example v1.22.0-RC3 does their RCs (though I know they're manually created, it'd be nice to have these generated)