File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ It is recommended to create at least one release candidate when bumping `X` or `
32
32
1 . Make sure your repo is clean by git's standards. It is recommended to use a fresh checkout.
33
33
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 ` .
34
34
> 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 `
39
39
1 . When bumping ` X ` or ` Y ` (but not Z or the pre-release suffix) in the release version, ensure you have added a new
40
40
entry to [ metadata.yaml] ( https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/main/metadata.yaml )
41
41
as [ described in the CAPI book] ( https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html#metadata-yaml ) , and
You can’t perform that action at this time.
0 commit comments