hg-auto-semver
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -35,3 +35,4 @@ #!/usr/bin/env node | ||
} else { | ||
console.log('No parent branch, exiting'); | ||
console.log('No parent branch, bumping a patch'); | ||
bump(Version.PATCH); | ||
} | ||
@@ -38,0 +39,0 @@ } catch (err) { |
{ | ||
"name": "hg-auto-semver", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Automatically bump versions according to hg parent branch name.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3702
35