add a note about pushing the new release to the beta update track

OatmealDome 2024-09-04 00:41:32 -04:00
parent e7fa7d7da3
commit a78560a70e
1 changed files with 1 additions and 0 deletions

@ -26,4 +26,5 @@ Releases can only be created by [core developers](https://github.com/orgs/dolphi
9. The release builds will automatically show up on the normal download page.
10. Publish the corresponding Progress Report, if any.
* After publishing, post the link to the Progress Report onto Twitter, Mastodon, Bluesky, etc.
11. Push the new release to those on the `beta` auto-update track through the `Update Tracks` interface on the dolphin-emu.org admin panel.
11. Merge the release branch back into master: `git checkout master`, `git merge --no-ff release-prep-YYMMp`.