1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 18:01:35 +02:00

feat: adds elixir support (#354)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Philipp Piwo
2021-09-09 23:56:33 +02:00
committed by GitHub
parent 5c245ae70b
commit 59f4915177
3 changed files with 5 additions and 4 deletions

View File

@@ -87,6 +87,7 @@ Release Please automates releases for the following flavors of repositories:
| 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 |
| elixir | An elixir repository with a mix.exs and a CHANGELOG.md |
## How release please works