mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 17:31:33 +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:
14
README.md
14
README.md
@@ -84,17 +84,19 @@ Release Please automates releases for the following flavors of repositories:
|
|||||||
|
|
||||||
| release type | description |
|
| 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) |
|
| `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 |
|
| `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)
|
| `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) |
|
| `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 |
|
||||||
| 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 |
|
|
||||||
| `simple` | [A repository with a version.txt and a CHANGELOG.md](https://github.com/googleapis/gapic-generator) |
|
| `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 |
|
| `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) |
|
||||||
| elixir | An elixir repository with a mix.exs and a CHANGELOG.md |
|
|
||||||
|
|
||||||
## How release please works
|
## How release please works
|
||||||
|
|
||||||
|
|||||||
14
package-lock.json
generated
14
package-lock.json
generated
@@ -10,7 +10,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
"release-please": "^13.6.0"
|
"release-please": "^13.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.27.0",
|
"@vercel/ncc": "^0.27.0",
|
||||||
@@ -4444,9 +4444,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/release-please": {
|
"node_modules/release-please": {
|
||||||
"version": "13.6.0",
|
"version": "13.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.10.0.tgz",
|
||||||
"integrity": "sha512-dp01U7rYdt/d9i5E4TLinUbtAHcmZ6qYirvFG/KHD4FiNiPuhs57YrN1KwfhnM55YiNVIYj6U/OwSG/sYgXlww==",
|
"integrity": "sha512-cH1oGvgS/Kryq2YmuEYnRLalT9VMQdCVix9nf++G+lPARWJiMVTowAfr5+m6+w7ApJn09oW9zWZ9Wv+N2M6hyg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@conventional-commits/parser": "^0.4.1",
|
"@conventional-commits/parser": "^0.4.1",
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
@@ -9102,9 +9102,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"release-please": {
|
"release-please": {
|
||||||
"version": "13.6.0",
|
"version": "13.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/release-please/-/release-please-13.10.0.tgz",
|
||||||
"integrity": "sha512-dp01U7rYdt/d9i5E4TLinUbtAHcmZ6qYirvFG/KHD4FiNiPuhs57YrN1KwfhnM55YiNVIYj6U/OwSG/sYgXlww==",
|
"integrity": "sha512-cH1oGvgS/Kryq2YmuEYnRLalT9VMQdCVix9nf++G+lPARWJiMVTowAfr5+m6+w7ApJn09oW9zWZ9Wv+N2M6hyg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@conventional-commits/parser": "^0.4.1",
|
"@conventional-commits/parser": "^0.4.1",
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
"homepage": "https://github.com/bcoe/release-please-action#readme",
|
"homepage": "https://github.com/bcoe/release-please-action#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
"release-please": "^13.6.0"
|
"release-please": "^13.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.27.0",
|
"@vercel/ncc": "^0.27.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user