release-please
Advanced tools
Comparing version 11.24.2 to 12.0.0
@@ -28,2 +28,3 @@ import { GitHub } from './github'; | ||
'last-release-sha'?: string; | ||
'always-link-local'?: boolean; | ||
plugins?: PluginType[]; | ||
@@ -30,0 +31,0 @@ } |
@@ -76,2 +76,3 @@ "use strict"; | ||
async runLernaVersion(rpUpdatedPkgs, allPkgs) { | ||
var _a; | ||
// Build the graph of all the packages: similar to https://git.io/Jqf1v | ||
@@ -81,3 +82,3 @@ const packageGraph = new package_graph_1.PackageGraph( | ||
// so we can preserve the original allPkgs for version diffing later. | ||
[...allPkgs.values()].map(pkg => pkg.clone()), 'allDependencies'); | ||
[...allPkgs.values()].map(pkg => pkg.clone()), 'allDependencies', (_a = this.config['always-link-local']) !== null && _a !== void 0 ? _a : true); | ||
// release-please already did the work of @lerna/collectUpdates (identifying | ||
@@ -84,0 +85,0 @@ // which packages need version bumps based on conventional commits). We use |
{ | ||
"name": "release-please", | ||
"version": "11.24.2", | ||
"version": "12.0.0", | ||
"description": "generate release PRs based on the conventionalcommits.org spec", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
Sorry, the diff of this file is too big to display
549885
10610