From a78560a70eb5c8a904d5c83cc06635160a14f282 Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Wed, 4 Sep 2024 00:41:32 -0400 Subject: [PATCH] add a note about pushing the new release to the beta update track --- Release-Process.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release-Process.md b/Release-Process.md index f8ef615..de74464 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -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`. \ No newline at end of file