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 17:00:44 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-23 18:09:51 +0300
commit50e47a96e7c6495c5212638082bd7c22f0cbc8ab (patch)
tree834639cbe89427ffce03fe90aeba913fd51d57b2 /.gitlab
parent517013838f6c497d7a4bc9827043eb38f1f924e1 (diff)
Add raketask to update the dropdown of online versions
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Release.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index 4052aa72..82a5fb0d 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -17,13 +17,16 @@
## Before merge
-On the 22nd, a few minutes before merging this and **before the scheduled pipeline runs**:
+On the 22nd, before merging this and **right after a scheduled pipeline has run**:
-1. [ ] Bump the versions in `content/_data/versions.yaml` for all online versions by pushing the change to the according stable branches.
-1. [ ] Now it's time to merge.
+1. [ ] Bump the dropdown versions for all online versions:
-## After merge
+ ```sh
+ bundle exec rake release:dropdowns
+ ```
-1. [ ] Manually run the [scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/pipeline_schedules).
+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. [ ] \(Optional) Manually run the [scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/pipeline_schedules).
/label ~release