Skip to content

Commit 4129f15

Browse files
committed
docs: Fix release documentation
1 parent b2e89c3 commit 4129f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Before starting the release, make sure everything is ready and in order:
2323

2424
## Add new tag
2525

26-
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.
27-
Then add the tag (on `develop` branch) with `git tag v<new-conny-version>` (e.g. `git tag v1.4.6`).
26+
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.
27+
Then add the tag (on `develop` branch) with `git tag v<new-connaisseur-version>` (e.g. `git tag v1.4.6`).
2828

2929
## Create changelog
3030

0 commit comments

Comments
 (0)