From 543770ae635fb86ae590f22f0e627905839571fa Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Wed, 21 Aug 2024 16:30:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(project)=20update=20release=20docu?= =?UTF-8?q?ment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update release document. --- docs/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index 8bfd7083..ba1078f0 100644 --- a/docs/release.md +++ b/docs/release.md @@ -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: ```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.