]> granicus.if.org Git - icinga2/commitdiff
Update release docs for Chocolatey 6692/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 15 Oct 2018 14:27:25 +0000 (16:27 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 15 Oct 2018 14:27:25 +0000 (16:27 +0200)
refs #6683

RELEASE.md

index 7dc17d8a3d88e699db3ed6252bbba35031e6f617..87186104360d04bd023acb60a9c6ee2e57981b45 100644 (file)
@@ -305,19 +305,21 @@ Create a new release for the newly created Git tag: https://github.com/Icinga/ic
 Navigate to the git repository on your Windows box which
 already has chocolatey installed. Pull/checkout the release.
 
-Create the nupkg package:
+Create the nupkg package (or use the one generated on https://packages.icinga.com/windows):
 
 ```
 cpack
 ```
 
-Install the created icinga2 package locally:
+Fetch the API key from https://chocolatey.org/account and use the `choco push`
+command line.
 
 ```
-choco install icinga2 -version 2.9.0 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'"
+choco apikey --key xxx --source https://push.chocolatey.org/
+
+choco push Icinga2-v2.10.0.nupkg --source https://push.chocolatey.org/
 ```
 
-Upload the package to [chocolatey](https://chocolatey.org/packages/upload).
 
 ## Post Release  <a id="post-release"></a>