You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vendor portal makes it pretty easy to auto-increment semver versions when promoting. The CLI is not as straightforward. Right now, to promote a release to the stable channel, my default is:
get the most recent release on the Stable channel's current semver (e.g. 1.0.2)
increment it by a minor or patch version e.g. (1.1.0)
Problem to Solve
The vendor portal makes it pretty easy to auto-increment semver versions when promoting. The CLI is not as straightforward. Right now, to promote a release to the stable channel, my default is:
1.0.2
)1.1.0
)To do this in a one liner, you can use a tool like
semver
from the NPM registry:Proposed solution
It would be great to just have
The text was updated successfully, but these errors were encountered: