ci(release): mirror releases to Codeberg (APK + checksum) #81
Reference in New Issue
Block a user
Delete Branch "feat/codeberg-release-publish"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Publishes each release to the Codeberg mirror as a direct-download channel for users who don't want F-Droid.
Gitea already push-mirrors branches and tags to Codeberg, but releases aren't git objects and don't sync — so the release job now creates the release over the Codeberg API and attaches the signed calendula_v.apk plus a .sha256 checksum. Same app-key-signed APK the F-Droid repo serves, so no added trust surface.
Docs + CI only.
🤖 Generated with Claude Code