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:
authorSarah German <sgerman@gitlab.com>2022-07-20 19:29:25 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-07-20 19:29:25 +0300
commit4df7c54fec2c63cb5c1a4a3514ca56866bed2dcd (patch)
treefe2d22c1401735cf596648409988c3b5e7ec1b0c /doc
parentee04235c2015bbc3c1b7c4c4c39ee4038faf31d3 (diff)
Update release process steps
Diffstat (limited to 'doc')
-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.