feature(prerelease-type): changing prerelease-type in manifest or from cli does not bump to new status and reset counter. #2447
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Problem description:
My product goes through an alpha, beta, rc, release cycle. Fairly standard. I cannot seem to find a way through the config/manifest system to move to the next phase of prerelease. prerelease-type in the manifest seems to just be ignored if the previous prerelease status was not empty
Solution:
When doing a prerelease version bump, the code should check the prerelease-type flag and if it doesn't match the last version, use this new value and reset the counter to zero.
Alternatives:
I've currently been using release-as: to move to the next phase. It works, but it's not automated.
The text was updated successfully, but these errors were encountered: