Skip to content

Commit af963cc

Browse files
authored
Merge pull request containerd#4757 from kevpar/backport-doc
Update backports documentation
2 parents 0d47346 + 7d135f4 commit af963cc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

RELEASES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To cherry pick a straightforward commit from master, simply use the cherry pick
134134
process:
135135

136136
1. Pick the branch to which you want backported, usually in the format
137-
`release/<minor>.<major>`. The following will create a branch you can
137+
`release/<major>.<minor>`. The following will create a branch you can
138138
use to open a PR:
139139

140140
```console
@@ -155,7 +155,12 @@ process:
155155

156156
Make sure to replace `stevvooe` with whatever fork you are using to open
157157
the PR. When you open the PR, make sure to switch `master` with whatever
158-
release branch you are targeting with the fix.
158+
release branch you are targeting with the fix. Make sure the PR title has
159+
`[<release branch>]` prefixed. e.g.:
160+
161+
```
162+
[release/1.4] Fix foo in bar
163+
```
159164

160165
If there is no existing fix in master, you should first fix the bug in master,
161166
or ask us a maintainer or contributor to do it via an issue. Once that PR is

0 commit comments

Comments
 (0)