From b7262d536d57705cac318f642943609e462d7d5a Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Fri, 18 Apr 2025 20:53:28 +0200 Subject: [PATCH] nit, tweaking release process order --- develop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop.txt b/develop.txt index 81afa17..e1a724c 100644 --- a/develop.txt +++ b/develop.txt @@ -335,7 +335,6 @@ done - Add release to the Latest release & News sections of website/index.md. - Create git tag (note: "#" is comment, not title/header), push code. - Build and publish new docker image. -- Publish signed release notes for updates.xmox.nl and update DNS record. - Deploy update to website. - Create new release on the github page, so watchers get a notification. Copy/paste it manually from the tag text, and add link to download/compile @@ -343,3 +342,4 @@ done - Publish new cross-referenced code/rfc to www.xmox.nl/xr/. - Update moxtools with latest version. - Update implementations support matrix. +- Publish signed release notes for updates.xmox.nl and update DNS record.