X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=RELEASE.md;h=8d7859ac3d76b952c639c7a3906ff9e6acb0519a;hb=b2a154139400763517e36903c41e9976f93e35a6;hp=0b21f2ed4cc22c02e6d5d366cc43d43f195ea3c7;hpb=941e488fb137fe8c8ff68724fa5d66d79a476435;p=icinga2 diff --git a/RELEASE.md b/RELEASE.md index 0b21f2ed4..8d7859ac3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,9 +12,9 @@ Check the following issue filters: ## Backport Commits $ git checkout master - $ ./pick.py -V 2.4.7 + $ ./pick.py -V 2.4.9 -The script creates a new branch 'auto-merged-2.4.7' which is based on the +The script creates a new branch 'auto-merged-2.4.9' which is based on the current support branch. It then merges all commits from the 'master' branch which reference a ticket for the version that was specified. @@ -26,7 +26,7 @@ rebase until no commits are left: After finishing the rebase the branch needs to be merged into the support branch: $ git checkout support/2.4 - $ git merge --ff-only auto-merged-2.4.7 + $ git merge --ff-only auto-merged-2.4.9 ## Authors @@ -50,15 +50,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme Changelog: - $ ./changelog.py -V 2.4.7 + $ ./changelog.py -V 2.4.9 Docs: - $ ./changelog.py -V 2.4.7 -l + $ ./changelog.py -V 2.4.9 -l Wordpress: - $ ./changelog.py -V 2.4.7 -H -l + $ ./changelog.py -V 2.4.9 -H -l ## Git Tag @@ -130,6 +130,21 @@ Example for CentOS7: Create a new release for the newly created Git tag. https://github.com/Icinga/icinga2/releases +## Chocolatey + +Navigate to the git repository on your Windows box which +already has chocolatey installed. Pull/checkout the release. + +Create the nupkg package: + + cpack + +Install the created icinga2 package locally: + + choco install icinga2 -version 2.4.9 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'" + +Upload the package to [chocolatey](https://chocolatey.org/packages/upload). + ## Online Documentation SSH into the web box, navigate into `icinga2-latest/module/icinga2`