]> granicus.if.org Git - icinga2/commitdiff
Update RELEASE.md
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 21 Apr 2016 07:51:11 +0000 (09:51 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 21 Apr 2016 10:33:07 +0000 (12:33 +0200)
refs #11638

RELEASE.md

index 1561c8779cfec3046b2a47456e5b63ae7bd08175..65ef0c92919c02bc884fa44ffb3a8e8b3afad976 100644 (file)
@@ -11,14 +11,28 @@ Check the following issue filters:
 
 ## Backport Commits
 
+    $ git checkout master
     $ ./pick.py -V 2.4.6
 
-Verify the created branch and replace it into the current support branch.
+The script creates a new branch 'auto-merged-2.4.6' which is based on the
+current support branch. It then merges all commits from the 'master' branch which
+reference a ticket for the version that was specified.
+
+If there are any merge commits you will need to manually fix them and continue the
+rebase until no commits are left:
+
+    $ git rebase --continue
+
+After finishing the rebase the branch needs to be merged into the support branch:
+
+    $ git checkout support/2.4
+    $ git merge --ff-only auto-merged-2.4.6
 
 ## Authors
 
 Update the [.mailmap](.mailmap) and [AUTHORS](AUTHORS) files:
 
+    $ git checkout master
     $ git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS
 
 ## Version
@@ -27,7 +41,7 @@ Update the version number in the following files:
 
 * [icinga2.spec]: Version: (.*)
 * [icinga2.nuspec]: <version>(.*)</version>
-* [tools/chocolateyInstall.ps1]: Icinga2-v(.*).exe
+* [tools/chocolateyInstall.ps1]: Icinga2-v(.*)-{x86,x86_64}.msi
 
 ## Changelog