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:
authorSarah German <sgerman@gitlab.com>2022-07-20 00:10:48 +0300
committerSarah German <sgerman@gitlab.com>2022-07-20 00:10:55 +0300
commit77ca960e522dff9daca6190c7893691eab863752 (patch)
treec0c70dfe6f3dc989f9263d54f94c59fe7dcd10f9
parentee04235c2015bbc3c1b7c4c4c39ee4038faf31d3 (diff)
Update release process stepsrelease-versions-docs
This fixes inaccurate directions for which minor releases to include.
-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..f3c78432 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` will 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.