Skip to content

Commit

Permalink
Explain how to do release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Apr 5, 2024
1 parent a56538c commit e4e67a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version>
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.
Expand Down

0 comments on commit e4e67a2

Please sign in to comment.