mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 21:58:11 +00:00
Prevent builds without git using hotfix version number
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.
|
Loading…
Reference in New Issue
Block a user