We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of issue: The recommended versioning semantic for pre-release npm packages is to have the -preid.version at the end of a version scheme.
-preid.version
Example: 1.2.0-alpha.0 or 1.2.0-rc.0
1.2.0-alpha.0
1.2.0-rc.0
Currently, this is not possible using the prefix or suffix options in the versioning rules, since the suffix is added at the very end of the version.
prefix
suffix
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Description of issue:
The recommended versioning semantic for pre-release npm packages is to have the
-preid.version
at the end of a version scheme.Example:
1.2.0-alpha.0
or1.2.0-rc.0
Currently, this is not possible using the
prefix
orsuffix
options in the versioning rules, since thesuffix
is added at the very end of the version.The text was updated successfully, but these errors were encountered: