Prevent builds without git using hotfix version number

Amphitryon0 2025-06-05 05:08:08 -05:00
parent 47cfb29fe2
commit e8be914914

@ -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 <branch name>`.
* `--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-ff` is important, as we require a merge commit.