v1.4 patch release cleanup (#1268)

* Add missing steps to patch release guidelines

* Update from v1.4 patch
This commit is contained in:
Travis Ralston 2022-10-04 12:00:16 -04:00 committed by GitHub
parent d3d4afdbfd
commit 1cdfbd3cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

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.