From 22125fcba6c555a74fc74ffd79d1f7c895452599 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 9 Mar 2022 14:51:33 +0100 Subject: [PATCH] RELEASE.md: Add a note about our "other" packages --- RELEASE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 4a708d97b..f898a8345 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -90,10 +90,15 @@ git push -u origin support/2.7 ## Package Builds +> **Caution!** +> +> Don't forget the subscription packages! + ### RPM Packages ``` git clone git@git.icinga.com:packaging/rpm-icingaweb2.git && cd rpm-icingaweb2 +git clone git@git.icinga.com:packaging/subscription-rpm-icingaweb2.git && cd subscription-rpm-icingaweb2 ``` ### DEB Packages