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 or 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.
Description of issue:
The recommended versioning semantic for pre-release npm packages is to have the
-preid.versionat the end of a version scheme.Example:
1.2.0-alpha.0or1.2.0-rc.0Currently, this is not possible using the
prefixorsuffixoptions in the versioning rules, since thesuffixis added at the very end of the version.