release-please
Advanced tools
Comparing version 13.18.6 to 13.18.7
@@ -936,3 +936,3 @@ "use strict"; | ||
function mergeReleaserConfig(defaultConfig, pathConfig) { | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v; | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w; | ||
return { | ||
@@ -945,15 +945,16 @@ releaseType: (_b = (_a = pathConfig.releaseType) !== null && _a !== void 0 ? _a : defaultConfig.releaseType) !== null && _b !== void 0 ? _b : 'node', | ||
changelogHost: (_g = pathConfig.changelogHost) !== null && _g !== void 0 ? _g : defaultConfig.changelogHost, | ||
releaseAs: (_h = pathConfig.releaseAs) !== null && _h !== void 0 ? _h : defaultConfig.releaseAs, | ||
skipGithubRelease: (_j = pathConfig.skipGithubRelease) !== null && _j !== void 0 ? _j : defaultConfig.skipGithubRelease, | ||
draft: (_k = pathConfig.draft) !== null && _k !== void 0 ? _k : defaultConfig.draft, | ||
prerelease: (_l = pathConfig.prerelease) !== null && _l !== void 0 ? _l : defaultConfig.prerelease, | ||
component: (_m = pathConfig.component) !== null && _m !== void 0 ? _m : defaultConfig.component, | ||
packageName: (_o = pathConfig.packageName) !== null && _o !== void 0 ? _o : defaultConfig.packageName, | ||
versionFile: (_p = pathConfig.versionFile) !== null && _p !== void 0 ? _p : defaultConfig.versionFile, | ||
extraFiles: (_q = pathConfig.extraFiles) !== null && _q !== void 0 ? _q : defaultConfig.extraFiles, | ||
includeComponentInTag: (_r = pathConfig.includeComponentInTag) !== null && _r !== void 0 ? _r : defaultConfig.includeComponentInTag, | ||
includeVInTag: (_s = pathConfig.includeVInTag) !== null && _s !== void 0 ? _s : defaultConfig.includeVInTag, | ||
tagSeparator: (_t = pathConfig.tagSeparator) !== null && _t !== void 0 ? _t : defaultConfig.tagSeparator, | ||
pullRequestTitlePattern: (_u = pathConfig.pullRequestTitlePattern) !== null && _u !== void 0 ? _u : defaultConfig.pullRequestTitlePattern, | ||
separatePullRequests: (_v = pathConfig.separatePullRequests) !== null && _v !== void 0 ? _v : defaultConfig.separatePullRequests, | ||
changelogType: (_h = pathConfig.changelogType) !== null && _h !== void 0 ? _h : defaultConfig.changelogType, | ||
releaseAs: (_j = pathConfig.releaseAs) !== null && _j !== void 0 ? _j : defaultConfig.releaseAs, | ||
skipGithubRelease: (_k = pathConfig.skipGithubRelease) !== null && _k !== void 0 ? _k : defaultConfig.skipGithubRelease, | ||
draft: (_l = pathConfig.draft) !== null && _l !== void 0 ? _l : defaultConfig.draft, | ||
prerelease: (_m = pathConfig.prerelease) !== null && _m !== void 0 ? _m : defaultConfig.prerelease, | ||
component: (_o = pathConfig.component) !== null && _o !== void 0 ? _o : defaultConfig.component, | ||
packageName: (_p = pathConfig.packageName) !== null && _p !== void 0 ? _p : defaultConfig.packageName, | ||
versionFile: (_q = pathConfig.versionFile) !== null && _q !== void 0 ? _q : defaultConfig.versionFile, | ||
extraFiles: (_r = pathConfig.extraFiles) !== null && _r !== void 0 ? _r : defaultConfig.extraFiles, | ||
includeComponentInTag: (_s = pathConfig.includeComponentInTag) !== null && _s !== void 0 ? _s : defaultConfig.includeComponentInTag, | ||
includeVInTag: (_t = pathConfig.includeVInTag) !== null && _t !== void 0 ? _t : defaultConfig.includeVInTag, | ||
tagSeparator: (_u = pathConfig.tagSeparator) !== null && _u !== void 0 ? _u : defaultConfig.tagSeparator, | ||
pullRequestTitlePattern: (_v = pathConfig.pullRequestTitlePattern) !== null && _v !== void 0 ? _v : defaultConfig.pullRequestTitlePattern, | ||
separatePullRequests: (_w = pathConfig.separatePullRequests) !== null && _w !== void 0 ? _w : defaultConfig.separatePullRequests, | ||
}; | ||
@@ -960,0 +961,0 @@ } |
@@ -37,3 +37,3 @@ "use strict"; | ||
.replace('${scope}', '(\\((?<branch>[\\w-./]+)\\))?') | ||
.replace('${component}', ' ?(?<component>[\\w-.]*)?') | ||
.replace('${component}', ' ?(?<component>[\\w-./]*)?') | ||
.replace('${version}', 'v?(?<version>[0-9].*)') | ||
@@ -40,0 +40,0 @@ .replace('${branch}', '(?<branch>[\\w-./]+)?')}$`); |
{ | ||
"name": "release-please", | ||
"version": "13.18.6", | ||
"version": "13.18.7", | ||
"description": "generate release PRs based on the conventionalcommits.org spec", | ||
@@ -40,3 +40,3 @@ "main": "./build/src/index.js", | ||
"devDependencies": { | ||
"@octokit/types": "6.37.0", | ||
"@octokit/types": "^6.1.0", | ||
"@types/chai": "^4.1.7", | ||
@@ -43,0 +43,0 @@ "@types/diff": "^5.0.2", |
Sorry, the diff of this file is too big to display
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
725008
13617