From 25d06508a305b12d9d53eebfd8a7ef4c4fd7ecd1 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Wed, 14 Oct 2020 09:27:29 +0200 Subject: [PATCH] RELEASE.md: remove Chocolatey section --- RELEASE.md | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 3db79ad4a..4decca82a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,12 +15,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 @@ -301,27 +300,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).