1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

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
This commit is contained in:
Matan Kushner
2022-04-12 17:14:50 -05:00
committed by GitHub
parent ce55e20fcc
commit 1511242f61
3 changed files with 16 additions and 14 deletions

View File

@@ -84,17 +84,19 @@ Release Please automates releases for the following flavors of repositories:
| release type | description |
|:---:|---|
| `elixir` | An elixir repository with a mix.exs and a CHANGELOG.md |
| `go` | Go repository, with a CHANGELOG.md |
| `helm` | A helm chart repository with a Chart.yaml and a CHANGELOG.md |
| `java` | [A strategy that generates SNAPSHOT version after each release](https://github.com/googleapis/release-please/blob/main/docs/java.md) |
| `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) |
| `node` | [A Node.js repository, with a package.json and CHANGELOG.md](https://github.com/yargs/yargs) |
| `ocaml` | [An OCaml repository, containing 1 or more opam or esy files and a CHANGELOG.md](https://github.com/grain-lang/binaryen.ml) |
| `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 |
| `php` | [A php composer package with composer.json and CHANGELOG.md](https://github.com/setnemo/asterisk-notation)
| `ruby` | [A Ruby repository, with version.rb and CHANGELOG.md](https://github.com/google/google-id-token) |
| `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) |
| rust | A Rust repository, with a Cargo.toml (either as a crate or workspace) and a CHANGELOG.md |
| ocaml | [An OCaml repository, containing 1 or more opam or esy files and a CHANGELOG.md](https://github.com/grain-lang/binaryen.ml) |
| go | Go repository, with a CHANGELOG.md |
| `rust` | A Rust repository, with a Cargo.toml (either as a crate or workspace) and a CHANGELOG.md |
| `simple` | [A repository with a version.txt and a CHANGELOG.md](https://github.com/googleapis/gapic-generator) |
| helm | A helm chart repository with a Chart.yaml and a CHANGELOG.md |
| elixir | An elixir repository with a mix.exs and a CHANGELOG.md |
| `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) |
## How release please works

14
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",
"release-please": "^13.6.0"
"release-please": "^13.10.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
@@ -4444,9 +4444,9 @@
}
},
"node_modules/release-please": {
"version": "13.6.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.6.0.tgz",
"integrity": "sha512-dp01U7rYdt/d9i5E4TLinUbtAHcmZ6qYirvFG/KHD4FiNiPuhs57YrN1KwfhnM55YiNVIYj6U/OwSG/sYgXlww==",
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.10.0.tgz",
"integrity": "sha512-cH1oGvgS/Kryq2YmuEYnRLalT9VMQdCVix9nf++G+lPARWJiMVTowAfr5+m6+w7ApJn09oW9zWZ9Wv+N2M6hyg==",
"dependencies": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",
@@ -9102,9 +9102,9 @@
"dev": true
},
"release-please": {
"version": "13.6.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.6.0.tgz",
"integrity": "sha512-dp01U7rYdt/d9i5E4TLinUbtAHcmZ6qYirvFG/KHD4FiNiPuhs57YrN1KwfhnM55YiNVIYj6U/OwSG/sYgXlww==",
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.10.0.tgz",
"integrity": "sha512-cH1oGvgS/Kryq2YmuEYnRLalT9VMQdCVix9nf++G+lPARWJiMVTowAfr5+m6+w7ApJn09oW9zWZ9Wv+N2M6hyg==",
"requires": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",

View File

@@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"release-please": "^13.6.0"
"release-please": "^13.10.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",