[chore] Update release CICD to point at "gitea" (#4100)

Updates our release flow to point at "gitea", which should work for Codeberg as well.

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4100
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
tobi 2025-04-30 12:10:09 +00:00 committed by tobi
commit 90f5004db0
3 changed files with 23 additions and 3 deletions

View file

@ -2,6 +2,11 @@
version: 2
project_name: gotosocial
# https://goreleaser.com/scm/gitea/#urls
gitea_urls:
api: https://codeberg.org/api/v1
download: https://codeberg.org
# https://goreleaser.com/customization/hooks/
before:
hooks:
@ -232,6 +237,10 @@ source:
# https://goreleaser.com/customization/release/
release:
# https://goreleaser.com/customization/release/#gitea
gitea:
owner: superseriousbusiness
name: gotosocial
draft: true
prerelease: auto
header: |
@ -319,7 +328,7 @@ release:
# https://goreleaser.com/customization/changelog/
changelog:
use: github
use: gitea
groups:
- title: Features and performance
regexp: '^.*\[(?:feature|performance).*\].*$'