gradle-semver-plugin icon indicating copy to clipboard operation
gradle-semver-plugin copied to clipboard

Support prerelease tags

Open tbcrawford opened this issue 2 years ago • 2 comments

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

tbcrawford avatar Feb 02 '23 03:02 tbcrawford

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

jeffypooo avatar Mar 20 '23 23:03 jeffypooo

@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)

tbcrawford avatar Mar 28 '23 16:03 tbcrawford

@jeffypooo prerelease tags are supported in v2 (which should hopefully be available in the coming days pending Gradle plugin portal approval)

tbcrawford avatar Sep 26 '24 13:09 tbcrawford