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-02-22 12:43:36 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-22 12:43:36 +0300
commit38bc2f7d4543010ccfe5efa1daf36e05caf96e81 (patch)
treebb01f81bb90d623983060bdfa3cf76353bfd8d7a /.gitlab
parent47ab90b2d1a9b3797355ce0d4156b132f91136fc (diff)
Update release template
[ci skip]
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Release.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index c44c33a1..82259b33 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -1,21 +1,19 @@
-**Merge on the 22nd at 14:30 UTC**
-
[> How to](https://gitlab.com/gitlab-com/gitlab-docs/blob/master/dockerfiles/README.md)
## During release
-- [ ] Push the new version which will create a Docker image with the stable version.
+1. [ ] Push the new version which will create a Docker image with the stable version:
```sh
- bundle exec rake "release:single[11.7]"
+ bundle exec rake "release:single[X.Y]"
```
-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.
1. [ ] Make sure the proper milestone is assigned to this MR and:
1. [ ] Edit `content/_data/versions.yaml` and rotate the versions.
1. [ ] Edit `content/404.html` and add the old removed version to the list of redirects at the bottom of the file.
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