fix: remove containers and artifacts for Gitea compatibility

- Run directly on ubuntu-latest instead of custom containers
- Download git-cliff binary from GitHub releases
- Merge changelog and handle-pr into single job
- Make create-release and create-tag self-contained
- Remove upload-artifact and download-artifact (not supported on GHES/Gitea)
- Add Renovate custom manager for automatic git-cliff updates
This commit is contained in:
2026-01-09 05:08:10 +01:00
parent a195ff5a36
commit 4ba5d96d75
2 changed files with 43 additions and 85 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(but --help:*)",
"Bash(but rub --help:*)"
]
}
}