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
Basically, two behaviors in a named package, that is versioned:
Package & version exists in the Registry
If in interactive mode: ask to the user if they want to bump the version (and prompt the version, so they can change it… although the default is an increase in the patch version)
If in non interactive mode:
If --bump is present, then one of the values are --bump=major/minor/patch
If --bump is not present: FAIL with a nice error message
Package & version don't exists in the Registry
Normal Publish flow
The text was updated successfully, but these errors were encountered:
Basically, two behaviors in a named package, that is versioned:
--bump
is present, then one of the values are--bump=major/minor/patch
--bump
is not present: FAIL with a nice error messageThe text was updated successfully, but these errors were encountered: