Skip to content

Commit

Permalink
release-process: fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Maël Valais <[email protected]>
  • Loading branch information
maelvls committed Sep 1, 2023
1 parent b263e32 commit 47f5460
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/contributing/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,10 @@ page if a step is missing or if it is outdated.
EOF
```
Finally, get back to the main tag:
Finally, get back to the branch you were on initially:
```bash
git checkout $RELEASE_VERSION
git checkout $BRANCH
```
10. In this section, we will be creating the description for the GitHub Release.
Expand Down Expand Up @@ -603,9 +603,9 @@ page if a step is missing or if it is outdated.
4. While the build is running, send a fourth Slack message in reply to the
first message:
<div className="pageinfo pageinfo-primary"><p>
Follow the <code>cmrel publish</code> build: https://console.cloud.google.com/cloud-build/builds/b6fef12b-2e81-4486-9f1f-d00592351789?project=1021342095237
</p></div>
<div className="pageinfo pageinfo-primary"><p>
Follow the <code>cmrel publish</code> build: https://console.cloud.google.com/cloud-build/builds/b6fef12b-2e81-4486-9f1f-d00592351789?project=1021342095237
</p></div>
13. Publish the GitHub release:
Expand Down

0 comments on commit 47f5460

Please sign in to comment.