From: Michael Friedrich Date: Fri, 25 Oct 2019 07:33:03 +0000 (+0200) Subject: Update Release checklist X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=694933cb1c87f6df884ea13ae6b6a48abd1a8fce;p=icinga2 Update Release checklist --- diff --git a/RELEASE.md b/RELEASE.md index 9b050e0a2..e0fadae66 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -215,11 +215,21 @@ Once there, navigate to `build/RPMS/noarch` where you'll find the packages. To build release packages and upload them to [packages.icinga.com](https://packages.icinga.com) tag the release commit and push it. +RPM/DEB/Raspbian: + +``` +git tag -s $VERSION-1 -m "Release v$VERSION-1" +git push origin $VERSION-1 +``` + +Windows: + ``` -git tag -s 2.11.0-1 -git push origin 2.11.0-1 +git tag -s $VERSION -m "Release v$VERSION" +git push origin $VERSION ``` + Now cherry pick the release commit to `master` so that the changes are transferred back to it. **Attention**: Only the release commit. *NOT* the one switching the build type! @@ -248,7 +258,7 @@ are triggered and automatically published to packages.icinga.com ### CentOS ``` -docker run -ti centos:latest bash +docker run -ti centos:7 bash yum -y install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noarch.rpm yum -y install epel-release