From e8be91491416e556aeafbf7111a4e04ff33d062d Mon Sep 17 00:00:00 2001 From: Amphitryon0 <17864580+Amphitryon0@users.noreply.github.com> Date: Thu, 5 Jun 2025 05:08:08 -0500 Subject: [PATCH] Prevent builds without git using hotfix version number --- Release-Process.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index f7ef2f7..6c21bb2 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -29,5 +29,4 @@ Releases can only be created by [core developers](https://github.com/orgs/dolphi * After publishing, post the link to the Progress Report onto Twitter, Mastodon, Bluesky, etc. 11. Push the new release to the `beta` update track through the `Update Tracks` interface on the dolphin-emu.org admin panel. 12. If this is a regular release, merge the release branch back into `master`: `git checkout master`, `git merge --no-ff `. - * `--no-ff` is important, as we require a merge commit. -13. If this is a hotfix release, cherry pick the version constants commit made in step 4 into `master`. \ No newline at end of file + * `--no-ff` is important, as we require a merge commit. \ No newline at end of file