@lerna-lite/cli
Advanced tools
Comparing version 2.5.1 to 2.6.0
@@ -15,2 +15,6 @@ import { listableOptions } from './listable/listable-options.js'; | ||
}, | ||
'force-conventional-graduate': { | ||
describe: 'Always include all packages by specified by --conventional-graduate whether or not they are a prerelease or have changes since the previous version.', | ||
type: 'boolean', | ||
}, | ||
'force-publish': { | ||
@@ -17,0 +21,0 @@ describe: 'Always include targeted packages when detecting changed packages, skipping default logic.', |
@@ -44,2 +44,6 @@ import log from 'npmlog'; | ||
}, | ||
'force-conventional-graduate': { | ||
describe: 'Forces all packages specified by --conventional-graduate to bump their version whether or not they are a prerelease or have changes since the previous version.', | ||
type: 'boolean', | ||
}, | ||
'conventional-prerelease': { | ||
@@ -46,0 +50,0 @@ describe: 'Version changed packages as prereleases when using --conventional-commits.', |
{ | ||
"name": "@lerna-lite/cli", | ||
"description": "Lerna-Lite CLI for the Version/Publish commands", | ||
"version": "2.5.1", | ||
"version": "2.6.0", | ||
"bin": { | ||
@@ -54,4 +54,4 @@ "lerna": "dist/cli.js" | ||
"dependencies": { | ||
"@lerna-lite/core": "2.5.1", | ||
"@lerna-lite/init": "2.5.1", | ||
"@lerna-lite/core": "2.6.0", | ||
"@lerna-lite/init": "2.6.0", | ||
"dedent": "^1.5.1", | ||
@@ -84,3 +84,3 @@ "dotenv": "^16.3.1", | ||
}, | ||
"gitHead": "cf0ad19fbc503110445cc5830a0a5f16e540411e" | ||
"gitHead": "104afdd27e8712fe9e841d0384f70a3232066c3c" | ||
} |
@@ -40,2 +40,5 @@ { | ||
}, | ||
"forceConventionalGraduate": { | ||
"$ref": "#/$defs/commandOptions/shared/forceConventionalGraduate" | ||
}, | ||
"forcePublish": { | ||
@@ -563,2 +566,5 @@ "$ref": "#/$defs/commandOptions/shared/forcePublish" | ||
}, | ||
"forceConventionalGraduate": { | ||
"$ref": "#/$defs/commandOptions/shared/forceConventionalGraduate" | ||
}, | ||
"conventionalBumpPrerelease": { | ||
@@ -1488,2 +1494,6 @@ "$ref": "#/$defs/commandOptions/version/conventionalBumpPrerelease" | ||
}, | ||
"forceConventionalGraduate": { | ||
"type": "boolean", | ||
"description": "Forces all packages specified by --conventional-graduate to bump their version whether or not they are a prerelease or have changes since the previous version. Relevant for `lerna changed` and `lerna version`." | ||
}, | ||
"forceLocal": { | ||
@@ -1490,0 +1500,0 @@ "type": "boolean", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136149
2766
+ Added@lerna-lite/core@2.6.0(transitive)
+ Added@lerna-lite/init@2.6.0(transitive)
- Removed@lerna-lite/core@2.5.1(transitive)
- Removed@lerna-lite/init@2.5.1(transitive)
Updated@lerna-lite/core@2.6.0
Updated@lerna-lite/init@2.6.0