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:
authorEvan Read <eread@gitlab.com>2022-05-23 02:35:47 +0300
committerEvan Read <eread@gitlab.com>2022-05-23 02:38:36 +0300
commita7a1dfc0c87cda474cef5516e3d638e12029f4f4 (patch)
treeda3e321ce4d1f1878ba7a0c59c3fd38b35275b31 /doc
parent7cb9ee4b1bc525f4589f3ea70690167a47e241f4 (diff)
Name Dockerfile to match branch name
Diffstat (limited to 'doc')
-rw-r--r--doc/releases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 70724762..c6442279 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -148,12 +148,12 @@ To create the release merge request for the release:
- Move the oldest version in `online:` to the `offline:` section. There should now be three
versions in `online:`.
-1. Edit `latest.Dockerfile` by removing the oldest version, and then adding the newest version to the top of the list.
+1. Edit `main.Dockerfile` by removing the oldest version, and then adding the newest version to the top of the list.
1. Commit and push to create the merge request. For example:
```shell
- git add content/_data/versions.yaml latest.Dockerfile
+ git add content/_data/versions.yaml main.Dockerfile
git commit -m "Release 15.0"
git push origin release-15-0
```