beachball
Advanced tools
Comparing version 2.40.0 to 2.41.0
@@ -26,3 +26,3 @@ "use strict"; | ||
// Version should be updated | ||
info.version = semver_1.default.inc(info.version, options.prereleasePrefix ? 'prerelease' : changeType, options.prereleasePrefix || undefined); | ||
info.version = semver_1.default.inc(info.version, options.prereleasePrefix ? 'prerelease' : changeType, options.prereleasePrefix || undefined, options.identifierBase); | ||
modifiedPackages.add(pkgName); | ||
@@ -29,0 +29,0 @@ } |
@@ -107,2 +107,7 @@ import { AuthType } from './Auth'; | ||
prereleasePrefix?: string | null; | ||
/** This is for prerelease. Set it to "0" for zero-based or "1" for one-based. | ||
* Set it to false to omit the prerelease number. | ||
* @default "0" | ||
*/ | ||
identifierBase?: '0' | '1' | false; | ||
/** | ||
@@ -109,0 +114,0 @@ * Whether to publish to the npm registry |
{ | ||
"name": "beachball", | ||
"version": "2.40.0", | ||
"version": "2.41.0", | ||
"description": "The Sunniest Semantic Version Bumper", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
375770
4778