From e4cbb68124da61a5601ce9b98c72c08876b5587e Mon Sep 17 00:00:00 2001 From: Finn | Sachsenspielt <59836848+SachsenspieltCoding@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:00:19 +0100 Subject: [PATCH] docs: Updated supported flavours of repositories in README.md (#839) As the release-please project now supports more repository flavours, I have also added them here in the README. I also added a reference to the original list of supported languages in the release-please repository (https://github.com/googleapis/release-please). Signed-off-by: SACHSENSPIELT <59836848+SachsenspieltCoding@users.noreply.github.com> Signed-off-by: Jeff Ching Co-authored-by: Jeff Ching --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 64da6a3..a63523c 100644 --- a/README.md +++ b/README.md @@ -133,10 +133,13 @@ Release Please automates releases for the following flavors of repositories: | release type | description | | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `dart` | A repository with a pubspec.yaml and a CHANGELOG.md | | `elixir` | An elixir repository with a mix.exs and a CHANGELOG.md | +| `expo` | An Expo based React Native repository, with a package.json, app.json and 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) | +| `krm-blueprint` | [A kpt package, with 1 or more KRM files and a CHANGELOG.md](https://github.com/GoogleCloudPlatform/blueprints/tree/main/catalog/project) | | `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) | @@ -150,6 +153,8 @@ Release Please automates releases for the following flavors of repositories: New types of releases can be [added here](https://github.com/googleapis/release-please/tree/main/src/strategies). +> You can also find them in the [release-please repository](https://github.com/googleapis/release-please/tree/main#strategy-language-types-supported). + ## Outputs > Properties that are available after the action executed.