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>2018-11-22 13:56:31 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-11-22 13:56:31 +0300
commitee6321920e27db351f6e1d261d5a90a83428c979 (patch)
tree8d5c83a6df857584b839f7fd06e4c3485269e3b2 /.gitlab
parentca07f118c90ff6527e4b9d90135d038bdb54459b (diff)
Update the release template
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Release.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index ed46b706..5c9ea65a 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -2,9 +2,14 @@
[> How to](https://gitlab.com/gitlab-com/gitlab-docs/blob/master/dockerfiles/README.md)
-- [ ] Make sure the proper milestone is assigned to the MR.
+## Before release
+
- [ ] Create and push a branch with the release name (that will create a Docker image with the stable version).
-- [ ] \(Optional) If there are changes in the stable branches of the docs **after** the above Docker image was created, rerun the stable version pipeline.
+
+## During release
+
+- [ ] Make sure the proper milestone is assigned to the MR.
+- [ ] \(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.
- [ ] Edit `content/_data/versions.yaml` and rotate the versions.
- [ ] Edit `content/404.html` and add the old removed version to the list of redirects at the bottom of the file.
- [ ] Edit `dockerfiles/Dockerfile.archives` and add the new version.