From e4e67a25bca1ea89b9f76a6eca0d14ef1fc1c825 Mon Sep 17 00:00:00 2001 From: Mathieu Corbin Date: Fri, 5 Apr 2024 15:23:06 +0200 Subject: [PATCH] Explain how to do release --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3ca9ab5..9243759 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ It also supports automatic discovery of projects to check. For example, if you'r - A Docker Image is available on [ECR](https://gallery.ecr.aws/qonto/standards-insights). - An Helm chart is available on [ECR](https://gallery.ecr.aws/qonto/standards-insights-chart). You should use `ociA://public.ecr.aws/qonto` as repository in Helm in order to fetch it. The supported values are listed in the `chart/values.yaml` file. +### Release + +To create a new project release, just create and push a tag: + +``` +git tag -a +git push --tags +``` + ### Configuration Standards Insights is configured through a yaml configuration file. The `config.example.yaml` file is a commented example of the available options.