Skip to content

Commit 543770a

Browse files
committed
📝(project) update release document
Update release document.
1 parent f0e2a2b commit 543770a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Whenever we are cooking a new release (e.g. `4.18.1`) we should follow a standar
4545
7. Tag and push your commit:
4646

4747
```bash
48-
git tag v4.18.1 && git push origin --tags
48+
git tag v4.18.1 && git push origin tag v4.18.1
4949
```
5050

5151
Doing this triggers the CI and tells it to build the new Docker image versions that you targeted earlier in the Helm files.

0 commit comments

Comments
 (0)