conventional-recommended-bump
Advanced tools
Comparing version 6.0.12 to 6.1.0
@@ -6,2 +6,9 @@ # Change Log | ||
## [6.1.0](https://www.github.com/conventional-changelog/conventional-changelog/compare/v6.0.12...v6.1.0) (2020-12-30) | ||
### Features | ||
* **conventional-recommended-bump:** support for '--skip-unstable' ([#698](https://www.github.com/conventional-changelog/conventional-changelog/issues/698)) ([3a5b41e](https://www.github.com/conventional-changelog/conventional-changelog/commit/3a5b41e0ccdcdfb81f1b75f295975b0ab0f48683)) | ||
### [6.0.12](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump@6.0.11...v6.0.12) (2020-12-30) | ||
@@ -8,0 +15,0 @@ |
@@ -29,2 +29,3 @@ #!/usr/bin/env node | ||
--commit-path Recommend a bump scoped to a specific directory | ||
--skip-unstable If given, unstable tags will be skipped, e.g., x.x.x-alpha.1, x.x.x-rc.2 | ||
`, { | ||
@@ -71,3 +72,4 @@ flags: { | ||
lernaPackage: cli.flags.lernaPackage, | ||
tagPrefix: cli.flags.tagPrefix | ||
tagPrefix: cli.flags.tagPrefix, | ||
skipUnstable: cli.flags.skipUnstable | ||
} | ||
@@ -74,0 +76,0 @@ const flags = cli.flags |
@@ -66,3 +66,4 @@ 'use strict' | ||
package: options.lernaPackage, | ||
tagPrefix: options.tagPrefix | ||
tagPrefix: options.tagPrefix, | ||
skipUnstable: options.skipUnstable | ||
}, (err, tags) => { | ||
@@ -69,0 +70,0 @@ if (err) { |
{ | ||
"name": "conventional-recommended-bump", | ||
"version": "6.0.12", | ||
"version": "6.1.0", | ||
"description": "Get a recommended version bump based on conventional commits", | ||
@@ -5,0 +5,0 @@ "bugs": { |
@@ -21,2 +21,3 @@ # conventional-recommended-bump | ||
- [tagPrefix](#tagprefix) | ||
- [skipUnstable](#skipunstable) | ||
- [lernaPackage](#lernapackage) | ||
@@ -116,2 +117,8 @@ - [path](#path) | ||
##### skipUnstable | ||
**Type:** `boolean` | ||
If true, unstable tags will be skipped, e.g., x.x.x-alpha.1, x.x.x-rc.2 | ||
##### lernaPackage | ||
@@ -118,0 +125,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33481
191
192
0