diff --git a/RELEASE.md b/RELEASE.md index b9a807c89..846c28ef2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,12 +14,11 @@ - [6. Build Server](#build-infrastructure) - [7. Release Tests](#release-tests) - [8. GitHub Release](#github-release) -- [9. Chocolatey](#chocolatey) -- [10. Docker](#docker) -- [11. Post Release](#post-release) - - [11.1. Online Documentation](#online-documentation) - - [11.2. Announcement](#announcement) - - [11.3. Project Management](#project-management) +- [9. Docker](#docker) +- [10. Post Release](#post-release) + - [10.1. Online Documentation](#online-documentation) + - [10.2. Announcement](#announcement) + - [10.3. Project Management](#project-management) ## Preparations @@ -302,27 +301,6 @@ The release body should contain a short changelog, with links into the roadmap, changelog and blogpost. -## Chocolatey - -Navigate to the git repository on your Windows box which -already has chocolatey installed. Pull/checkout the release. - -Create the nupkg package (or use the one generated on https://packages.icinga.com/windows): - -``` -cpack -``` - -Fetch the API key from https://chocolatey.org/account and use the `choco push` -command line. - -``` -choco apikey --key xxx --source https://push.chocolatey.org/ - -choco push Icinga2-v2.11.0.nupkg --source https://push.chocolatey.org/ -``` - - ## Docker > Only for final versions (not for RCs).