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>2020-04-22 19:42:23 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-04-22 19:42:23 +0300
commit7b42b93097a0634be023d990e9694f119ccbe7cc (patch)
tree53cc7aaaf953a65205606b0833dc310ab8e69674 /.gitlab
parent0d605f7dc8791d1e6ec2b804b5a93c220aec6b5f (diff)
Remove mention of 404 rotation
404 versions have been rotating dynamically for quite some time now.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/merge_request_templates/Release.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab/merge_request_templates/Release.md b/.gitlab/merge_request_templates/Release.md
index c2470dda..2cfe7535 100644
--- a/.gitlab/merge_request_templates/Release.md
+++ b/.gitlab/merge_request_templates/Release.md
@@ -3,13 +3,10 @@
## 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 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.
@@ -19,12 +16,10 @@
On the 22nd, before merging this and **right after a scheduled pipeline has run**:
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.
-
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.