From: Michael Friedrich Date: Fri, 19 Jun 2015 07:41:51 +0000 (+0200) Subject: Update release hints for chocolatey versions X-Git-Tag: v2.3.6~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb7190e41f2b916cdac28b496993bd1ab99841bd;p=icinga2 Update release hints for chocolatey versions refs #8503 --- diff --git a/RELEASE.md b/RELEASE.md index b9417b788..1d16c1b40 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,14 +5,24 @@ https://dev.icinga.org/projects/i2/roadmap # Release Workflow +## Authors + Update the [.mailmap](.mailmap) and [AUTHORS](AUTHORS) files: $ git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS -Update the version number in the icinga2.spec file. +## Version + +Update the version number in the following files: + +* [icinga2.spec]: Version: (.*) +* [icinga2.nuspec]: (.*) +* [tools/chocolateyInstall.ps1]: Icinga2-v(.*).exe + +## Changelog Update the [ChangeLog](ChangeLog), [doc/1-about.md](doc/1-about.md) files using -the changelog.py script. +the changelog.py script. Also generate HTML for the wordpress release announcement. Changelog: @@ -26,6 +36,8 @@ Wordpress: $ ./changelog.py --version 2.3.5 --project i2 --html --links +## Git Tag + Commit these changes to the "master" branch: $ git commit -v -a -m "Release version "