From d2fac479578f2fe8939c689796fd81aa004e7a29 Mon Sep 17 00:00:00 2001 From: Stephan Scheying <229470+scheying@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:10:26 +0100 Subject: [PATCH] feat(docs): how to release --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 54ba6cc..e82fcd1 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,9 @@ Here are all the inputs available through `with`: | `gar_docker_auth` | Authenticate to GAR (Google Artifact Registry) for Docker | `false` | | | `python_registry` | Setup dependencies for Python Registry (Google Artifact Registry) | `false` | | | `vault_export_token` | Get a Vault Token and export it as VAULT_TOKEN | `false` | | + + +## Releases + +This action uses [Release Please](https://github.com/google-github-actions/release-please-action). To create a new release, create a PR and use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) as described [here](https://docs.zeit.de/ops/terraform-infra/terraform/repos.html#modulversionierung). +