docs: add go release type (#367)

Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
This commit is contained in:
Ilya Lesikov
2021-09-24 00:21:08 +03:00
committed by GitHub
parent 435e216fbe
commit 9cd2fa859d

View File

@@ -86,6 +86,7 @@ Release Please automates releases for the following flavors of repositories:
| `terraform-module` | [A terraform module, with a version in the README.md, and a CHANGELOG.md](https://github.com/terraform-google-modules/terraform-google-project-factory) |
| 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) |
| go | Go repository, with a CHANGELOG.md |
| `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 |