Skip to content

Commit a96d673

Browse files
authored
docs: update release.md (#113)
Signed-off-by: Dominik Rosiek <[email protected]>
1 parent 2f0189c commit a96d673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Perform the following steps in order to release a new version of Sumologic Kuber
1010

1111
```bash
1212
export TAG=x.y.z
13+
git checkout main
14+
git pull
1315
git tag -sm "v${TAG}" "v${TAG}"
1416
git push origin "v${TAG}"
1517
```

0 commit comments

Comments
 (0)