Skip to content

Commit 04763a5

Browse files
authored
Merge pull request #2642 from zetaab/fixinstr
fix instructions
2 parents 1ea7eb6 + 1c083ba commit 04763a5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/release-procedure.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ critical bug fixes.
3131
4. Once the PR is merged, make a tag and push it to the upstream repository.
3232

3333
```bash
34-
$ git checkout -b release-X.Y upstream master
35-
$ git pull upstream release-X.Y --tags
36-
$ git tag -m "Release for cloud-provider-openstack to support Kubernetes release x" vX.Y.Z
34+
$ git checkout master
35+
$ git pull upstream master
36+
$ git tag vX.Y.Z
3737
$ git push upstream vX.Y.Z
38-
$ git push upstream release-X.Y
38+
$ git checkout -b release-X.Y
39+
$ git push origin release-X.Y
3940
```
4041

4142
5. [Github Actions](https://github.com/kubernetes/cloud-provider-openstack/actions/workflows/release-cpo.yaml) will create new [Docker images](https://console.cloud.google.com/gcr/images/k8s-staging-provider-os) and generate a [new draft release](https://github.com/kubernetes/cloud-provider-openstack/releases) in the repository.

0 commit comments

Comments
 (0)