@@ -12,12 +12,12 @@ This GitHub repository contains branches for different product versions.
12
12
## Backports
13
13
14
14
All changes in this repository are * backports* from the [ upstream
15
- project] [ https://github.com/csi-addons/kubernetes -csi-addons] . There should be
16
- no functional changes (only process/CI/building/..) in this repository compared
17
- to the upstream project. Fixes for any of the release branches should first land
18
- in the ` main ` branch before they may be backported to the release branch. A
19
- backport for the oldest release should also be backported to all the newer
20
- releases in order to prevent re-introducing a bug when a user updates.
15
+ project] [ upstream-k8s -csi-addons] . There should be no functional changes (only
16
+ process/CI/building/..) in this repository compared to the upstream project.
17
+ Fixes for any of the release branches should first land in the ` main ` branch
18
+ before they may be backported to the release branch. A backport for the oldest
19
+ release should also be backported to all the newer releases in order to prevent
20
+ re-introducing a bug when a user updates.
21
21
22
22
### Sync ` main ` with upstream ` csi-addons/kubernetes-csi-addons:main `
23
23
@@ -38,9 +38,7 @@ upstream changes seamless.
38
38
Once a PR has been merged in the ` main ` branch that fixes an issue, a new PR
39
39
with the backport can be created. The easiest way is to use a command like
40
40
41
- ```
42
- /cherry-pick release-4.10
43
- ```
41
+ /cherry-pick release-4.10
44
42
45
43
The ** openshift-cherrypick-robot** will automatically create a new PR for the
46
44
selected branch.
0 commit comments