]> granicus.if.org Git - icinga2/blobdiff - RELEASE.md
ITL: add check_command nwc_health
[icinga2] / RELEASE.md
index 222c1e11ea8168a9074c704815bdc50bdfe4f410..41cde4358fc0cb3e1160d38fdffa94f8cdffeaf7 100644 (file)
@@ -26,15 +26,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme
 
 Changelog:
 
-    $ ./changelog.py --version 2.3.5 --project i2
+    $ ./changelog.py --version 2.3.10 --project i2
 
 Docs:
 
-    $ ./changelog.py --version 2.3.5 --project i2 --links
+    $ ./changelog.py --version 2.3.10 --project i2 --links
 
 Wordpress:
 
-    $ ./changelog.py --version 2.3.5 --project i2 --html --links
+    $ ./changelog.py --version 2.3.10 --project i2 --html --links
 
 ## Git Tag
 
@@ -62,8 +62,15 @@ Push the tag.
 For major releases: Create a new "support" branch:
 
     $ git checkout master
-    $ git checkout -b support/2.x
-    $ git push -u origin support/2.x
+    $ git checkout -b support/2.3
+    $ git push -u origin support/2.3
+
+For minor releases: Push the support branch and cherry-pick the release commit into master:
+
+    $ git push -u origin support/2.3
+    $ git checkout master
+    $ git cherry-pick support/2.3
+    $ git push origin master
 
 # External Dependencies