From e9148da6b8f6612124786b5ab9e5ecc0b226dc16 Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Thu, 18 Apr 2024 11:17:20 +0100 Subject: [PATCH] Add note about ensuring release is tagged correct --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 8204def..21579d2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,10 +11,11 @@ 7. git push origin release_2_nn 8. git push --tags -## The github release-and-package action should +## Manually start the github release-and-package action 1. Build the .deb and .rpm packages 2. create a draft release containing the packages and the release note +3. **IMPORTANT** make sure that the release references tag **v**N.NN otherwise getssl -u fails! ## Can test the .deb file using the following steps