release-please 16.7.0 → 16.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/src/index.d.ts
CHANGED
package/build/src/index.js
CHANGED
|
@@ -36,6 +36,6 @@ Object.defineProperty(exports, "GitHub", { enumerable: true, get: function () {
|
|
|
36
36
|
exports.configSchema = require('../../schemas/config.json');
|
|
37
37
|
exports.manifestSchema = require('../../schemas/manifest.json');
|
|
38
38
|
// x-release-please-start-version
|
|
39
|
-
exports.VERSION = '16.7.
|
|
39
|
+
exports.VERSION = '16.7.1';
|
|
40
40
|
// x-release-please-end
|
|
41
41
|
//# sourceMappingURL=index.js.map
|
|
@@ -77,6 +77,7 @@ class PHPYoshi extends base_1.BaseStrategy {
|
|
|
77
77
|
};
|
|
78
78
|
const newVersion = await this.versioningStrategy.bump(version, splitCommits[directory]);
|
|
79
79
|
versionsMap.set(composer.name, newVersion);
|
|
80
|
+
versionsMap.set('version', newVersion);
|
|
80
81
|
const partialReleaseNotes = await this.changelogNotes.buildNotes(splitCommits[directory], {
|
|
81
82
|
host: this.changelogHost,
|
|
82
83
|
owner: this.repository.owner,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "release-please",
|
|
3
|
-
"version": "16.7.
|
|
3
|
+
"version": "16.7.1",
|
|
4
4
|
"description": "generate release PRs based on the conventionalcommits.org spec",
|
|
5
5
|
"main": "./build/src/index.js",
|
|
6
6
|
"bin": "./build/src/bin/release-please.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@types/yargs": "^17.0.0",
|
|
56
56
|
"ajv": "^8.11.0",
|
|
57
57
|
"ajv-formats": "^2.1.1",
|
|
58
|
-
"c8": "^
|
|
58
|
+
"c8": "^9.0.0",
|
|
59
59
|
"chai": "^4.2.0",
|
|
60
60
|
"config-chain": "^1.1.13",
|
|
61
61
|
"cross-env": "^7.0.0",
|