From b4d62fa96663278d59960717ad173956a45edc56 Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Tue, 9 Jun 2015 23:21:16 +0200 Subject: [PATCH] Change step 2 to highlight feature freeze process instead of setting an obsolete cmake flag. --- Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Process.md b/Release-Process.md index c5e8198..55faa99 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -9,7 +9,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. -2. Edit the main `CMakeLists.txt` file and change `set(DOLPHIN_IS_STABLE, FALSE)` to `set(DOLPHIN_IS_STABLE, TRUE)`. Also, update the `DOLPHIN_VERSION_MAJOR`, `DOLPHIN_VERSION_MINOR` and `DOLPHIN_VERSION_PATCH` lines. +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`. 4. Create an **annotated** tag named after the version number. 5. Perform a **clean** Windows build of the "Release Win32" and "Release x64" configurations.