Skip to content

Commit

Permalink
Merge pull request #2642 from zetaab/fixinstr
Browse files Browse the repository at this point in the history
fix instructions
  • Loading branch information
zetaab authored Sep 6, 2024
2 parents 1ea7eb6 + 1c083ba commit 04763a5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ 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 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 checkout master
$ git pull upstream master
$ git tag vX.Y.Z
$ git push upstream vX.Y.Z
$ git push upstream release-X.Y
$ git checkout -b release-X.Y
$ git push origin release-X.Y
```

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.
Expand Down

0 comments on commit 04763a5

Please sign in to comment.