Skip to content

Commit 205bf6e

Browse files
authored
Update release process (kubernetes#2111)
1 parent c6e30f9 commit 205bf6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-procedure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ $ git fetch upstream
1515
$ git checkout -b release-X.Y upstream/release-X.Y
1616
```
1717

18-
2. Make tag and push to upstream repo.
18+
2. Update manifests with new release images, create a PR against release branch to update.
19+
20+
3. Make tag and push to upstream repo.
1921

2022
```
2123
$ git tag -m "Release for cloud-provider-openstack to support Kubernetes release x" vX.Y.Z
2224
$ git push upstream vX.Y.Z
2325
```
2426

25-
3. [Github Actions](https://github.com/kubernetes/cloud-provider-openstack/actions/workflows/release-cpo.yaml) will make the new docker images and make [new draft release](https://github.com/kubernetes/cloud-provider-openstack/releases) to repository.
26-
27-
4. Update manifests with new release images, create a PR against release branch to update. This will be a chicked and egg problem as we already created vX.Y.Z tag, but we recommend to do such update on the manifests file.
27+
4. [Github Actions](https://github.com/kubernetes/cloud-provider-openstack/actions/workflows/release-cpo.yaml) will make the new docker images and make [new draft release](https://github.com/kubernetes/cloud-provider-openstack/releases) to repository.
2828

2929
5. Make release notes and publish the release.

0 commit comments

Comments
 (0)