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:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2021-12-06 02:00:11 +0300
committerEvan Read <eread@gitlab.com>2021-12-06 02:00:11 +0300
commit25b5c015a3f99bdf9f0d28c0a995e0ead451e74e (patch)
tree7497d6bf6e63e7170a66a3552f9e6418f5604d27 /.gitlab
parentfbfb9ffea92708f1bae297d55cf83cc0f8ffdbd3 (diff)
Improve docs release instructions
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Release.md28
1 files changed, 2 insertions, 26 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index 3dff21d9..dc2fb6e4 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -1,29 +1,5 @@
-[> How to](https://about.gitlab.com/handbook/engineering/ux/technical-writing/workflow/#monthly-documentation-releases)
+Follow the process in [Monthly documentation releases](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/releases.md).
-## During release
-
-1. [ ] Push the new version which will create a Docker image with the stable version:
- ```sh
- bundle exec rake "release:single[X.Y]"
- ```
-1. [ ] Edit `content/_data/versions.yaml` and `Dockerfile.master` and rotate the versions.
-
-## Before merge
-
-On the 22nd, before merging this MR:
-
-1. [ ] Bump the dropdown versions for all online versions:
- ```sh
- bundle exec rake release:dropdowns
- ```
-
- 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).
- This is needed so that the `image:docs-latest` image is built that will
- contain all the updated versions.
+You can also copy its contents here and change the bullet points into checkboxes.
/label ~release