Create an MR for RCs when preparing security MRs

This commit is contained in:
Nick Thomas 2019-01-11 08:32:58 +00:00
parent 6ac5c2d32d
commit 5f05ed7fc0
No known key found for this signature in database
GPG Key ID: 2A313A47AFADACE9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Set the title to: `[Security] Description of the original issue`
#### Backports
- [ ] Once the MR is ready to be merged, create MRs targetting the last 3 releases
- [ ] Once the MR is ready to be merged, create MRs targetting the last 3 releases, plus the current RC if between the 7th and 22nd of the month.
- [ ] At this point, it might be easy to squash the commits from the MR into one
- You can use the script `bin/secpick` instead of the following steps, to help you cherry-picking. See the [secpick documentation]
- [ ] Create the branch `security-X-Y` from `X-Y-stable` if it doesn't exist (and make sure it's up to date with stable)