]> granicus.if.org Git - icinga2/commitdiff
Update release hints
authorMichael Friedrich <michael.friedrich@netways.de>
Thu, 18 Jun 2015 13:53:08 +0000 (15:53 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Thu, 18 Jun 2015 13:53:08 +0000 (15:53 +0200)
refs #9435

RELEASE.md

index 0392d9a2ada9dfad9b637777eaeb14a25432543e..b9417b788c44f1956f7f09568bb10982ae9f78a0 100644 (file)
@@ -14,6 +14,18 @@ Update the version number in the icinga2.spec file.
 Update the [ChangeLog](ChangeLog), [doc/1-about.md](doc/1-about.md) files using
 the changelog.py script.
 
+Changelog:
+
+    $ ./changelog.py --version 2.3.5 --project i2
+
+Docs:
+
+    $ ./changelog.py --version 2.3.5 --project i2 --links
+
+Wordpress:
+
+    $ ./changelog.py --version 2.3.5 --project i2 --html --links
+
 Commit these changes to the "master" branch:
 
     $ git commit -v -a -m "Release version <VERSION>"