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:
authorMike Jang <mjang@gitlab.com>2021-03-22 17:42:23 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-03-22 17:42:23 +0300
commit69cba61aa8287a84cbff7a60209e2cb408b8198c (patch)
treeab99d173f5419cc15e13d1dc5063c69f0acae5b8 /.gitlab
parent94b86e670ac9ea32b99da148df14ef45e3c48541 (diff)
Release 13.10
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Release.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index 2cfe7535..b23aa402 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -9,17 +9,16 @@
1. [ ] Edit `content/_data/versions.yaml` and rotate the versions.
1. [ ] Edit `dockerfiles/Dockerfile.archives` and add the new version.
1. [ ] Edit `Dockerfile.master` and rotate the versions.
-1. [ ] \(Optional) If there are changes in the stable branches of the docs **after** the release version Docker image was created, rerun the release version pipeline.
## Before merge
-On the 22nd, before merging this and **right after a scheduled pipeline has run**:
+On the 22nd, before merging this MR:
1. [ ] Bump the dropdown versions for all online versions:
```sh
bundle exec rake release:dropdowns
```
- This will create all the needed merge requests and will set them to MWPS.
+ This will create all the [needed merge requests](https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests?label_name[]=release) and will set them to MWPS.
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.