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-05-23 06:21:27 +0300
committerEvan Read <eread@gitlab.com>2022-05-23 06:22:34 +0300
commit2727472f97c6b7eee93a62f4ecdb6e3619d4794b (patch)
tree8b77fe89cf22072d32c5400b23a35fd4f0d73d76 /doc/releases.md
parentb1b77af68f51394f96ad22b45b3ef87dfc468521 (diff)
Rename main.Dockerfile to latest.Dockerfileeread/rename-main-dockerfile-to-latest
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
```