Closed caenrique closed 10 months ago
is there a way to force the plugin to use the exact tag for the version?
we have the convention of using -rcX for pre-release versions and this is not keeping that suffix. E.g. v1.23.0-rc2 is being published as v1.23.0
-rcX
v1.23.0-rc2
v1.23.0
See https://github.com/sbt/sbt-dynver#custom-version-string, you can use the dynverGitDescribeOutput to construct the version string.
dynverGitDescribeOutput
is there a way to force the plugin to use the exact tag for the version?
we have the convention of using
-rcX
for pre-release versions and this is not keeping that suffix. E.g.v1.23.0-rc2
is being published asv1.23.0