From 9cd2fa859d6f2e8092f2b2bfc7bed35a88c76989 Mon Sep 17 00:00:00 2001 From: Ilya Lesikov Date: Fri, 24 Sep 2021 00:21:08 +0300 Subject: [PATCH] docs: add go release type (#367) Signed-off-by: Ilya Lesikov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb50314..52010bd 100644 --- a/README.md +++ b/README.md @@ -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 |