Skip to content

Commit

Permalink
docs: update release.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Jul 1, 2024
1 parent 2f0189c commit 9b7ca20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Perform the following steps in order to release a new version of Sumologic Kuber

```bash
export TAG=x.y.z
git checkout main
git pull
git tag -sm "v${TAG}" "v${TAG}"
git push origin "v${TAG}"
```
Expand Down

0 comments on commit 9b7ca20

Please sign in to comment.