Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
docs: Updated supported flavours of repositories in README.md (#839)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
SachsenspieltCoding and chingor13 committed Dec 1, 2023
1 parent cec9370 commit e4cbb68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand All @@ -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.
Expand Down

0 comments on commit e4cbb68

Please sign in to comment.