Skip to content

Commit 503f6ad

Browse files
mdboothapricote
andauthored
Update RELEASE.md
Co-authored-by: Julian Tölle <[email protected]>
1 parent 013482a commit 503f6ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ It is recommended to create at least one release candidate when bumping `X` or `
3232
1. Make sure your repo is clean by git's standards. It is recommended to use a fresh checkout.
3333
1. When bumping `X` or `Y` (but not Z or the pre-release suffix) in the release version you must create a new release branch called `release-X.Y`.
3434
> NOTE: `upstream` should be the name of the remote pointing to `github.com/kubernetes-sigs/cluster-api-provider-openstack`
35-
- git checkout main
36-
- git pull
37-
- git checkout -b release-`X`.`Y`
38-
- git push --set-upstream `upstream`
35+
- `git checkout main`
36+
- `git pull`
37+
- `git checkout -b release-X.Y`
38+
- `git push --set-upstream upstream`
3939
1. When bumping `X` or `Y` (but not Z or the pre-release suffix) in the release version, ensure you have added a new
4040
entry to [metadata.yaml](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/main/metadata.yaml)
4141
as [described in the CAPI book](https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html#metadata-yaml), and

0 commit comments

Comments
 (0)