mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Don't forget about the CMakeLists.txt
parent
b4d62fa966
commit
e830d2c3aa
@ -10,7 +10,7 @@ Releases are supposed to be tagged on the "stable" branch. Whenever a major rele
|
|||||||
|
|
||||||
1. Merge master into the 'stable' branch such that after merge "stable == master". All following steps refer to that branch.
|
1. Merge master into the 'stable' branch such that after merge "stable == master". All following steps refer to that branch.
|
||||||
2. Push regression fixes, these will be merged into master at the end, but may be merged to master during this process.
|
2. Push regression fixes, these will be merged into master at the end, but may be merged to master during this process.
|
||||||
3. Update `PRODUCT_VERSION` in `Installer/Installer.nsi`.
|
3. Update `PRODUCT_VERSION` in `Installer/Installer.nsi`. And update the `DOLPHIN_VERSION_MAJOR` and `DOLPHIN_VERSION_MINOR` lines in `CMakeLists.txt`.
|
||||||
4. Create an **annotated** tag named after the version number.
|
4. Create an **annotated** tag named after the version number.
|
||||||
5. Perform a **clean** Windows build of the "Release Win32" and "Release x64" configurations.
|
5. Perform a **clean** Windows build of the "Release Win32" and "Release x64" configurations.
|
||||||
6. Install NSIS if you haven't already; Create the Windows installers via the `Installer_win32.nsi` and `Installer_x64.nsi` files respectively (stored inside the `Installer` subdirectory).
|
6. Install NSIS if you haven't already; Create the Windows installers via the `Installer_win32.nsi` and `Installer_x64.nsi` files respectively (stored inside the `Installer` subdirectory).
|
||||||
|
Loading…
Reference in New Issue
Block a user