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:
Diffstat (limited to 'doc/releases.md')
-rw-r--r--doc/releases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/releases.md b/doc/releases.md
index c6442279..70724762 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 `main.Dockerfile` by removing the oldest version, and then adding the newest version to the top of the list.
+1. Edit `latest.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 main.Dockerfile
+ git add content/_data/versions.yaml latest.Dockerfile
git commit -m "Release 15.0"
git push origin release-15-0
```