Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-23 18:14:23 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-23 18:14:23 +0300
commit1d61e664dbedb2fa808f56d5093b942699818615 (patch)
tree5ef756e2076abd8eb2761596a7bb4e35060e234f /.gitlab
parent50e47a96e7c6495c5212638082bd7c22f0cbc8ab (diff)
Update the release MR template
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Release.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index 82a5fb0d..bb686974 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -24,9 +24,11 @@ On the 22nd, before merging this and **right after a scheduled pipeline has run*
```sh
bundle exec rake release:dropdowns
```
+ This will create all the needed merge requests and will set them to MWPS.
-1. [ ] Merge all merge requests created from the above command.
-1. [ ] Once all above pipelines are green, it's time to merge this MR.
+1. [ ] Once all above MRs are merged, check the newly-created pipelines of the
+ respective versions https://gitlab.com/gitlab-org/gitlab-docs/pipelines.
+ Once they are green, it's time to merge this MR.
1. [ ] \(Optional) Manually run the [scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/pipeline_schedules).
/label ~release