Skip to content

Commit

Permalink
release-process: RELASE_VERSION -> RELEASE_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Maël Valais <[email protected]>
  • Loading branch information
maelvls committed Jun 20, 2023
1 parent f1a7ed9 commit b88c526
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/docs/contributing/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,12 @@ page if a step is missing or if it is outdated.
2. Add the tag for cmctl:
```bash
# This tag is required to be able to go install cmctl
# See https://stackoverflow.com/questions/60601011/how-are-versions-of-a-sub-module-managed/60601402#60601402
git tag -m"cmd/ctl/$RELEASE_VERSION" "cmd/ctl/$RELASE_VERSION"
git push origin "cmd/ctl/$RELEASE_VERSION"
```
```bash
# This tag is required to be able to go install cmctl
# See https://stackoverflow.com/questions/60601011/how-are-versions-of-a-sub-module-managed/60601402#60601402
git tag -m"cmd/ctl/$RELEASE_VERSION" "cmd/ctl/$RELEASE_VERSION"
git push origin "cmd/ctl/$RELEASE_VERSION"
```
9. Create the description for the GitHub Release:
Expand Down

0 comments on commit b88c526

Please sign in to comment.