From 2727472f97c6b7eee93a62f4ecdb6e3619d4794b Mon Sep 17 00:00:00 2001 From: Evan Read Date: Mon, 23 May 2022 13:21:27 +1000 Subject: Rename main.Dockerfile to latest.Dockerfile --- doc/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/releases.md') 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 ``` -- cgit v1.2.3