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
Hello! I stumbled upon this great project today, and was wondering if functionality to increment the semantic version was planned? I understand this isn't a new project, but was just curious.
From npm-semver (commandline utility usage section):
-i --increment [<level>]
Increment a version by the specified level. Level can
be one of: major, minor, patch, premajor, preminor,
prepatch, or prerelease. Default level is 'patch'.
Only one version may be specified.
--preid <identifier>
Identifier to be used to prefix premajor, preminor,
prepatch or prerelease version increments.
The text was updated successfully, but these errors were encountered:
Hello! I stumbled upon this great project today, and was wondering if functionality to increment the semantic version was planned? I understand this isn't a new project, but was just curious.
From npm-semver (commandline utility usage section):
https://docs.npmjs.com/misc/semver#usage
The text was updated successfully, but these errors were encountered: