From ca8d8a96963e7d03563693a8e61f1d905ba73058 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 4 Oct 2022 09:39:36 -0600 Subject: [PATCH] Add missing steps to patch release guidelines --- meta/releasing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/releasing.md b/meta/releasing.md index 64a01a95..3e01dc86 100644 --- a/meta/releasing.md +++ b/meta/releasing.md @@ -83,3 +83,5 @@ is typically best reserved for the next release cycle. 4. Wait for the GitHub Actions build to complete on the tag. 5. Update the assets on the GitHub release to those generated by the latest Actions build. 6. Deploy the release on the webserver. See internal wiki. +7. Remove the changelog entries from `main`, if the changes landed on `main`. +8. Update the github release changelog and changelog on `main`, likely by hand.