1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 17:21:15 +02:00

doc: added helm info (#235)

Added Helm info

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Abhinav Khanna
2021-02-17 13:59:15 -06:00
committed by GitHub
parent c23605fcb2
commit 6dc3f3dcd9

View File

@@ -72,6 +72,8 @@ Release Please automates releases for the following flavors of repositories:
| 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) |
| `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 |
## How release please works