nit, tweaking release process order

This commit is contained in:
Mechiel Lukkien
2025-04-18 20:53:28 +02:00
parent 794ef75d17
commit b7262d536d

View File

@ -335,7 +335,6 @@ done
- Add release to the Latest release & News sections of website/index.md. - Add release to the Latest release & News sections of website/index.md.
- Create git tag (note: "#" is comment, not title/header), push code. - Create git tag (note: "#" is comment, not title/header), push code.
- Build and publish new docker image. - Build and publish new docker image.
- Publish signed release notes for updates.xmox.nl and update DNS record.
- Deploy update to website. - Deploy update to website.
- Create new release on the github page, so watchers get a notification. - 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 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/. - Publish new cross-referenced code/rfc to www.xmox.nl/xr/.
- Update moxtools with latest version. - Update moxtools with latest version.
- Update implementations support matrix. - Update implementations support matrix.
- Publish signed release notes for updates.xmox.nl and update DNS record.