Skip to content

Commit 1511242

Browse files
authored
feat(deps): update release-please to 13.10.0 (#461)
* feat(deps): update release-please to 13.10.0 * Fix formatting and sort language list * Add Java and Maven
1 parent ce55e20 commit 1511242

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,19 @@ Release Please automates releases for the following flavors of repositories:
8484

8585
| release type | description |
8686
|:---:|---|
87+
| `elixir` | An elixir repository with a mix.exs and a CHANGELOG.md |
88+
| `go` | Go repository, with a CHANGELOG.md |
89+
| `helm` | A helm chart repository with a Chart.yaml and a CHANGELOG.md |
90+
| `java` | [A strategy that generates SNAPSHOT version after each release](https://github.com/googleapis/release-please/blob/main/docs/java.md) |
91+
| `maven` | [Strategy for Maven projects, generates SNAPSHOT version after each release and updates `pom.xml` automatically](https://github.com/googleapis/release-please/blob/main/docs/java.md) |
8792
| `node` | [A Node.js repository, with a package.json and CHANGELOG.md](https://github.com/yargs/yargs) |
93+
| `ocaml` | [An OCaml repository, containing 1 or more opam or esy files and a CHANGELOG.md](https://github.com/grain-lang/binaryen.ml) |
8894
| `python` | [A Python repository, with a setup.py, setup.cfg, version.py and CHANGELOG.md](https://github.com/googleapis/python-storage) and optionally a pyproject.toml and a <project>/\_\_init\_\_.py |
8995
| `php` | [A php composer package with composer.json and CHANGELOG.md](https://github.com/setnemo/asterisk-notation)
9096
| `ruby` | [A Ruby repository, with version.rb and CHANGELOG.md](https://github.com/google/google-id-token) |
91-
| `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) |
92-
| rust | A Rust repository, with a Cargo.toml (either as a crate or workspace) and a CHANGELOG.md |
93-
| ocaml | [An OCaml repository, containing 1 or more opam or esy files and a CHANGELOG.md](https://github.com/grain-lang/binaryen.ml) |
94-
| go | Go repository, with a CHANGELOG.md |
97+
| `rust` | A Rust repository, with a Cargo.toml (either as a crate or workspace) and a CHANGELOG.md |
9598
| `simple` | [A repository with a version.txt and a CHANGELOG.md](https://github.com/googleapis/gapic-generator) |
96-
| helm | A helm chart repository with a Chart.yaml and a CHANGELOG.md |
97-
| elixir | An elixir repository with a mix.exs and a CHANGELOG.md |
99+
| `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) |
98100

99101
## How release please works
100102

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/bcoe/release-please-action#readme",
2727
"dependencies": {
2828
"@actions/core": "^1.6.0",
29-
"release-please": "^13.6.0"
29+
"release-please": "^13.10.0"
3030
},
3131
"devDependencies": {
3232
"@vercel/ncc": "^0.27.0",

0 commit comments

Comments
 (0)