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