From 06fd956f62d84312cf92f43f062f7afe721f78c6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 9 Nov 2025 11:40:12 +0100 Subject: [PATCH] docs: more release docs --- docs/abra/hack.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/abra/hack.md b/docs/abra/hack.md index c171f9e..9b1f41f 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -359,6 +359,8 @@ For developers, while using this `-beta` format, the `y` part is the "major" ver - Push the new tag (e.g. `git push && git push --tags`) - Wait until the build finishes on [build.coopcloud.tech](https://build.coopcloud.tech/toolshed/abra) - Deploy the new installer script (e.g. `cd ./scripts/installer && make`) +- Clean up the changelog on the releases page so it includes most relevant changes +- Make sure there is a migration guide written in the docs (if necessary) - Check the release worked, (e.g. `abra upgrade; abra -v`) - Share the announcement: @@ -379,6 +381,8 @@ https://docs.coopcloud.tech/abra/upgrade/#XXx-beta-0XXx-beta A huge thanks to everyone who helped get this release done ❤️‍🔥 Happy Hacking 🫂 + +-- $handle ``` ## Fork maintenance