]> granicus.if.org Git - icinga2/commitdiff
Update release hints for chocolatey versions
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 19 Jun 2015 07:41:51 +0000 (09:41 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 19 Jun 2015 07:43:59 +0000 (09:43 +0200)
refs #8503

RELEASE.md

index b9417b788c44f1956f7f09568bb10982ae9f78a0..1d16c1b409f29d25d30f22ae5d01539bfda7f2bb 100644 (file)
@@ -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]: <version>(.*)</version>
+* [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 <VERSION>"