From ffde59b50870528270952abfe331a71c43dd962c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 19 Jun 2015 09:41:51 +0200 Subject: [PATCH] Update release hints for chocolatey versions refs #8503 --- RELEASE.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 "