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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-07-20 19:29:25 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-07-20 19:29:25 +0300
commit4d0b1e4f1b4a88c8cb230a906b9fb2682d1f246c (patch)
treefe2d22c1401735cf596648409988c3b5e7ec1b0c
parentee04235c2015bbc3c1b7c4c4c39ee4038faf31d3 (diff)
parent4df7c54fec2c63cb5c1a4a3514ca56866bed2dcd (diff)
Merge branch 'release-versions-docs' into 'main'
Update release process steps See merge request gitlab-org/gitlab-docs!2930
-rw-r--r--doc/releases.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/releases.md b/doc/releases.md
index f5fb2d3c..cffc198e 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -146,7 +146,9 @@ To create the release merge request for the release:
- Move the existing `next` version down to `current`.
- Add the upcoming version to the `next` section.
- - Move the previous `current` down to `last_minor`, replacing the existing version.
+ - Move the previous `current` down to `last_minor`.
+ - If there are already two versions listed here, remove the oldest one.
+ - If the previous `current` is now also included in `last_major`, do not duplicate it here.
- If this is a new major release, remove the oldest version from `last_major` and add the previous release here.
1. Edit `latest.Dockerfile` by removing the oldest version, and then adding the newest version to the top of the list.