Skip to content

Commit

Permalink
fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaab committed Sep 5, 2024
1 parent ebc72d5 commit afcd335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ critical bug fixes.
4. Once the PR is merged, make a tag and push it to the upstream repository.

```bash
$ git checkout -b release-X.Y upstream/release-X.Y
$ git checkout -b release-X.Y upstream master
$ git pull upstream release-X.Y --tags
$ git tag -m "Release for cloud-provider-openstack to support Kubernetes release x" vX.Y.Z
$ git push upstream vX.Y.Z
Expand Down

0 comments on commit afcd335

Please sign in to comment.