From 1511242f612a909ba657f3f7c9c23047d78ff85e Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Tue, 12 Apr 2022 17:14:50 -0500 Subject: [PATCH] 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 --- README.md | 14 ++++++++------ package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7591757..74ff157 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index cce5059..ea2124a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 93a96ba..296feef 100644 --- a/package.json +++ b/package.json @@ -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",