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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2022-01-25 01:37:03 +0300
committerEvan Read <eread@gitlab.com>2022-01-25 01:37:03 +0300
commit8dd48860ff90dcbbcfe8b15496ef65e55a6a5c5e (patch)
tree78d53571b9bb1ce2b9f04b6c7d8d420d9a520a35 /doc
parent4af868d26d7195d615f5baa24126102f1c3513ed (diff)
Update dropdown documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/releases.md17
1 files changed, 5 insertions, 12 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 091f676a..483b3bc8 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -137,25 +137,18 @@ To create the release merge request for the release:
## Update dropdown for online versions
-To update `content/_data/versions.yaml` for all online versions (stable branches `X.Y` of the
-`gitlab-docs` project).
-
-### Update dropdowns for the current major version
+To update `content/_data/versions.yaml` for all `online` and `previous_majors`
+versions (stable branches `X.Y` of the `gitlab-docs` project):
1. Run the Rake task that creates the merge requests to update the dropdowns for the current major version. For
- example, for the 14.4 release:
+ example, for the 14.7 release:
```shell
- git checkout release-14-4
+ git checkout release-14-7
./bin/rake release:dropdowns
```
- For the 14.4 release, the task created the following three merge
- requests:
-
- - [Update the 14.4 version dropdown menu for the 14.4 release](https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/2212).
- - [Update the 14.3 version dropdown menu for the 14.4 release](https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/2213).
- - [Update the 14.2 version dropdown menu for the 14.4 release](https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/2214).
+ For the 14.7 release, the task created [five merge requests](https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests?scope=all&state=all&label_name[]=release&milestone_title=14.7&search=update).
1. [Visit the merge requests page](https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests?label_name%5B%5D=release)
to check that their pipelines pass. Set each merge request to _draft_ status and do not merge them yet.