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>2021-04-30 01:18:29 +0300
committerEvan Read <eread@gitlab.com>2021-04-30 01:18:29 +0300
commita8d39a9c66846cc6dee0a8fce9f0e5f85ad34f53 (patch)
treea8aad66556630014056e0b0ab043c76af9740030
parentdd6569173f56e3d5d75bba1322eb8014a39b3e09 (diff)
Update the release MR description template
-rw-r--r--.gitlab/merge_request_templates/Release.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index b23aa402..3dff21d9 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -1,4 +1,4 @@
-[> How to](https://docs.gitlab.com/ee/development/documentation/site_architecture/release_process.html)
+[> How to](https://about.gitlab.com/handbook/engineering/ux/technical-writing/workflow/#monthly-documentation-releases)
## During release
@@ -6,9 +6,7 @@
```sh
bundle exec rake "release:single[X.Y]"
```
-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. [ ] Edit `content/_data/versions.yaml` and `Dockerfile.master` and rotate the versions.
## Before merge
@@ -18,8 +16,10 @@ On the 22nd, before merging this MR:
```sh
bundle exec rake release:dropdowns
```
- 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
+
+ This creates all the [needed merge requests](https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests?label_name[]=release).
+1. [ ] Check that all of the above MRs' pipelines pass and merge them.
+ 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. [ ] Manually run the ["Build docker images weekly" scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/pipeline_schedules).