Open
Description
We are using WeightedPreReleaseNumber
to create a unique and increasing version number. Everything works fine in principle. However, when releasing a new beta
we need to manually change the tag
and the pre-release-weight
in the configuration file. Is there a way to specify that certain pre-releases correspond to given weights, so that a simple push of a tag 2.0.0-beta
is sufficient to set the correct pre-release-label
and pre-release-weight
?