Add missing steps to patch release guidelines

This commit is contained in:
Travis Ralston 2022-10-04 09:39:36 -06:00
parent d3d4afdbfd
commit ca8d8a9696

View file

@ -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.