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

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 <chingor@google.com>
Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Finn | Sachsenspielt
2023-12-01 23:00:19 +01:00
committed by GitHub
parent cec9370841
commit e4cbb68124

View File

@@ -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.