From fd2caea0aee3a87e050f2bf7912b8ff0d3869b05 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 18 Jun 2015 15:53:08 +0200 Subject: [PATCH] Update release hints refs #9435 --- RELEASE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 0392d9a2a..b9417b788 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 " -- 2.40.0