From 57e224c5b024de3a0c5139ef2060e23230b9ea33 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 25 Jun 2026 16:48:12 -0300 Subject: [PATCH] doc: release notes --- release/next | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 release/next diff --git a/release/next b/release/next new file mode 100644 index 0000000..a3405a4 --- /dev/null +++ b/release/next @@ -0,0 +1,6 @@ +Forgejo support has been moved to its own recipe. Make the move by: + +* Getting the recipe locally with `abra recipe fetch forgejo` +* Changing the recipe's TYPE with `abra application config FORGEJO_DOMAIN` +* Redeploy the app with `abra application undeploy` and `abra + application deploy`