From 6470aec9dbceabb7c14d0c84ac7d654b4ee6f6d6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 9 Nov 2025 11:45:18 +0100 Subject: [PATCH] docs: more release docs --- docs/abra/hack.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/abra/hack.md b/docs/abra/hack.md index 9b1f41f9..0ff93286 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -359,10 +359,35 @@ 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 +- Clean up the changelog on the releases page so it includes most relevant + changes. See below for the announcement text that needs to be inserted above + the generated changelog. You can use something like `git shortlog -e -s -n + 0.11.0-beta..HEAD` to get the list of authors. - 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: +- Share the announcement on our General chat and fedi account: + +#### Release notes text + +``` +## Changelog + +> 🎺🎺🎺 [`0.XX.x-beta` πŸ‘‰ `0.XX.0-beta` **migration guide**](XXX) 🎺🎺🎺 + +`abra` update `HOWTO` documentation is [here](https://docs.coopcloud.tech/abra/upgrade/). + +The project with all changes and discussions is [here](XXX). + +A huge thanks to all our `abra` hackers for this release πŸ’– + +``` +... +``` + +$CHANGELOG +``` + +#### General announcement text ``` πŸ“’πŸ“’πŸ“’ abra v0.XX is finally here πŸ“’πŸ“’πŸ“’