Skip to content

Commit

Permalink
docs: Fix release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkteetje committed Jun 30, 2023
1 parent b2e89c3 commit 4129f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Before starting the release, make sure everything is ready and in order:

## Add new tag

Before adding the new tag, make sure the Connaisseur version is updated in the `helm/values.yaml` and applies the semantic versioning guidelines: fixes increment PATCH version, non-breaking features increment MINOR version, breaking features increment MAJOR version.
Then add the tag (on `develop` branch) with `git tag v<new-conny-version>` (e.g. `git tag v1.4.6`).
Before adding the new tag, make sure the Connaisseur version is updated in the `helm/Chart.yaml` and applies the semantic versioning guidelines: fixes increment PATCH version, non-breaking features increment MINOR version, breaking features increment MAJOR version.
Then add the tag (on `develop` branch) with `git tag v<new-connaisseur-version>` (e.g. `git tag v1.4.6`).

## Create changelog

Expand Down

0 comments on commit 4129f15

Please sign in to comment.