gradle-semver-plugin
gradle-semver-plugin copied to clipboard
Support prerelease tags
Support "RC" or "prerelease" suffix to denote that something is a prerelease.
@tcrawford-figure you could use the version prefix for that i think?
@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)
@jeffypooo prerelease tags are supported in v2 (which should hopefully be available in the coming days pending Gradle plugin portal approval)