From d2bd06e384daf9b21fbbc493d08906175d94e0f8 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 11 Mar 2022 23:56:06 -0800 Subject: [PATCH] Update release instructions (#5556) after changing download link in `main` branch to `latest` --- RELEASING.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index fbcedcb44a..9439dec419 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -36,11 +36,6 @@ find the draft release created by the release workflow, and * Select the checkbox for "Create a discussion for this release" * Press the "Publish release" button -After making the release: - -* Merge a PR to `main` with the following change - * Bump the version in the download link in the root `README.md` file - ## Patch Release All patch releases should include only bug-fixes, and must avoid @@ -77,6 +72,4 @@ find the draft release created by the release workflow, and After making the release: -* Merge a PR to `main` with the following change - * Change log updates from the patch release - * Bump the version in the download link in the root `README.md` file +* Merge a PR to `main` with the change log updates from the patch release