fix: migrate semantic-release from GitHub to Gitea
Some checks failed
Release / release (push) Failing after 19s

- Replace @semantic-release/github with @saithodev/semantic-release-gitea
- Configure giteaUrl for git.debyl.io
- Use Gitea's automatic GITHUB_TOKEN as GITEA_TOKEN
- Set git author/committer for bot commits
This commit is contained in:
Bastian de Byl
2026-01-02 17:02:44 -05:00
parent dd69d72adb
commit 3b1991970b
2 changed files with 13 additions and 3 deletions

View File

@@ -27,7 +27,12 @@
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/github",
[
"@saithodev/semantic-release-gitea",
{
"giteaUrl": "https://git.debyl.io"
}
],
[
"@semantic-release/git",
{