We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0189c commit a96d673Copy full SHA for a96d673
docs/release.md
@@ -10,6 +10,8 @@ Perform the following steps in order to release a new version of Sumologic Kuber
10
11
```bash
12
export TAG=x.y.z
13
+ git checkout main
14
+ git pull
15
git tag -sm "v${TAG}" "v${TAG}"
16
git push origin "v${TAG}"
17
```
0 commit comments