📝(project) update release document

Update release document.
This commit is contained in:
Anthony LC
2024-08-21 16:30:13 +02:00
committed by Anthony LC
parent f0e2a2b710
commit 543770ae63

View File

@@ -45,7 +45,7 @@ Whenever we are cooking a new release (e.g. `4.18.1`) we should follow a standar
7. Tag and push your commit: 7. Tag and push your commit:
```bash ```bash
git tag v4.18.1 && git push origin --tags git tag v4.18.1 && git push origin tag v4.18.1
``` ```
Doing this triggers the CI and tells it to build the new Docker image versions that you targeted earlier in the Helm files. Doing this triggers the CI and tells it to build the new Docker image versions that you targeted earlier in the Helm files.