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-10-05 23:52:38 +0300
committerSarah German <sgerman@gitlab.com>2022-10-05 23:52:38 +0300
commitf1674c17d47f55544cb951788c71799631a6cb7f (patch)
treef79bce6707dd089c46943ce36d3cf4232f443f12 /doc
parentc4a9771acd9d332cbd6ae6749e8b10e9b1cc6e32 (diff)
Move step of single image test to the release MR
Diffstat (limited to 'doc')
-rw-r--r--doc/releases.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 1b024a73..8b000a11 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -166,11 +166,14 @@ To create the release merge request for the release:
```
1. Edit `latest.Dockerfile` by removing the oldest version, and then adding the newest version to the top of the list.
+1. Open [`.gitlab/ci/docker-images.gitlab-ci.yml`](../.gitlab/ci/docker-images.gitlab-ci.yml)
+ and edit the `test:image:docs-single:` job to change the `GITLAB_VERSION` variable.
+ Set it to the version number of the release you're releasing.
1. Commit and push to create the merge request. For example:
```shell
- git add content/_data/versions.yaml content/versions.json latest.Dockerfile
+ git add .gitlab/ci/docker-images.gitlab-ci.yml content/_data/versions.yaml content/versions.json latest.Dockerfile
git commit -m "Release 15.0"
git push origin release-15-0
```