release-please 15.11.1 → 15.11.2
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/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
[1]: https://www.npmjs.com/package/release-please?activeTab=versions
|
|
6
6
|
|
|
7
|
+
## [15.11.2](https://github.com/googleapis/release-please/compare/v15.11.1...v15.11.2) (2023-07-10)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **deps:** Update dependency conventional-changelog-conventionalcommits to v6 ([#1974](https://github.com/googleapis/release-please/issues/1974)) ([1998564](https://github.com/googleapis/release-please/commit/1998564555c472f4eb850cdcec99a009dd76f8ca))
|
|
13
|
+
* **deps:** Update dependency conventional-changelog-writer to v6 ([#1975](https://github.com/googleapis/release-please/issues/1975)) ([a6aa293](https://github.com/googleapis/release-please/commit/a6aa293932200dd004024b8c8f6b458c2fa8f570))
|
|
14
|
+
|
|
7
15
|
## [15.11.1](https://github.com/googleapis/release-please/compare/v15.11.0...v15.11.1) (2023-07-10)
|
|
8
16
|
|
|
9
17
|
|
package/README.md
CHANGED
|
@@ -187,7 +187,7 @@ Release Please automates releases for the following flavors of repositories:
|
|
|
187
187
|
| `php` | A repository with a composer.json and a CHANGELOG.md |
|
|
188
188
|
| `python` | [A Python repository, with a setup.py, setup.cfg, CHANGELOG.md](https://github.com/googleapis/python-storage) and optionally a pyproject.toml and a <project>/\_\_init\_\_.py |
|
|
189
189
|
| `ruby` | A repository with a version.rb and a CHANGELOG.md |
|
|
190
|
-
| `rust` | A Rust repository, with a Cargo.toml (either as a crate or workspace) and a CHANGELOG.md |
|
|
190
|
+
| `rust` | A Rust repository, with a Cargo.toml (either as a crate or workspace, although note that workspaces require a [manifest driven release](https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md) and the "cargo-workspace" plugin) and a CHANGELOG.md |
|
|
191
191
|
| `sfdx` | A repository with a [sfdx-project.json](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_config.htm) and a CHANGELOG.md |
|
|
192
192
|
| `simple` | [A repository with a version.txt and a CHANGELOG.md](https://github.com/googleapis/gapic-generator) |
|
|
193
193
|
| `terraform-module` | [A terraform module, with a version in the README.md, and a CHANGELOG.md](https://github.com/terraform-google-modules/terraform-google-project-factory) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "release-please",
|
|
3
|
-
"version": "15.11.
|
|
3
|
+
"version": "15.11.2",
|
|
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",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@types/yargs": "^17.0.0",
|
|
58
58
|
"ajv": "^8.11.0",
|
|
59
59
|
"ajv-formats": "^2.1.1",
|
|
60
|
-
"c8": "^
|
|
60
|
+
"c8": "^8.0.0",
|
|
61
61
|
"chai": "^4.2.0",
|
|
62
62
|
"cross-env": "^7.0.0",
|
|
63
63
|
"gts": "^3.1.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"@xmldom/xmldom": "^0.8.4",
|
|
83
83
|
"chalk": "^4.0.0",
|
|
84
84
|
"code-suggester": "^4.2.0",
|
|
85
|
-
"conventional-changelog-conventionalcommits": "^
|
|
86
|
-
"conventional-changelog-writer": "^
|
|
85
|
+
"conventional-changelog-conventionalcommits": "^6.0.0",
|
|
86
|
+
"conventional-changelog-writer": "^6.0.0",
|
|
87
87
|
"conventional-commits-filter": "^3.0.0",
|
|
88
88
|
"detect-indent": "^6.1.0",
|
|
89
89
|
"diff": "^5.0.0",
|