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:
authorEvan Read <eread@gitlab.com>2022-07-27 03:08:51 +0300
committerEvan Read <eread@gitlab.com>2022-07-27 03:08:51 +0300
commit9742450a00b6ed1b01cafd1eea9549749cff751a (patch)
tree78a0f3f898864b6930304b71816be44e8cdd60ad
parentcd5835ba38112480a314dec94c176d8f8ab73e8d (diff)
parentacdaefcc09e89276367587aa4d55412e1026beb9 (diff)
Merge branch 'sselhorn-main-patch-69023' into 'main'
Small edits to language See merge request gitlab-org/gitlab-docs!2967
-rw-r--r--doc/releases.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 3cc0d389..0bef8fd8 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -147,10 +147,9 @@ To create the release merge request for the release:
- Set `next` to the version number of the next release. For example, if you're releasing `15.2`, set `next` to `15.3`.
- Set `current` to the version number of the release you're releasing. For example, if you're releasing `15.2`, set
`current` to `15.2`.
- - Ensure `last_major` is set to the latest version numbers of the last two major versions before the major version
- of the release you're releasing. For example, if you're releasing `15.2`, ensure `last_major` is set to `14.10`
- and `13.12`.
- - Set `last_minor` to the last two minor releases before the release you're releasing. For example, if you're
+ - Ensure `last_major` is set to the two most recent major versions. Do not include the current major version.
+ For example, if you're releasing `15.2`, ensure `last_major` is `14.10` and `13.12`.
+ - Set `last_minor` to the last two most recent minor releases. For example, if you're
releasing `15.2`, set `last_minor` to `15.1` and `15.0`.
As a complete example, the `content/versions.json` file for the `15.2` release is: