diff options
author | John Skarbek <jskarbek@gitlab.com> | 2019-08-05 16:59:49 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2019-08-05 16:59:49 +0000 |
commit | a217095732171cc50d2c917ccf52b63100c98a03 (patch) | |
tree | e33da2c6e048d85584e7c1168dcc11f15e0973a7 /.gitlab/issue_templates/Security developer workflow.md | |
parent | 9982cec611d0850cfe46d862b9468a85637a4700 (diff) | |
download | gitlab-ce-a217095732171cc50d2c917ccf52b63100c98a03.tar.gz |
Updates security templates
Diffstat (limited to '.gitlab/issue_templates/Security developer workflow.md')
-rw-r--r-- | .gitlab/issue_templates/Security developer workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Security developer workflow.md b/.gitlab/issue_templates/Security developer workflow.md index 7857afb66c2..3e634de4f0c 100644 --- a/.gitlab/issue_templates/Security developer workflow.md +++ b/.gitlab/issue_templates/Security developer workflow.md @@ -17,7 +17,7 @@ Set the title to: `Description of the original issue` #### Backports -- [ ] Once the MR is ready to be merged, create MRs targeting the last 3 releases, plus the current RC if between the 7th and 22nd of the month. +- [ ] Once the MR is ready to be merged, create MRs targeting the latest 3 stable branches - [ ] 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 each MR targeting the stable branch `X-Y-stable`, using the "Security Release" merge request template. |