Fix Gitea build version source and stop tracking built binaries

This commit is contained in:
2026-04-27 00:30:12 +02:00
parent 61f9baa539
commit f3523535e8
5 changed files with 80 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
# Changelog
## 2026-04-27
- Switched automatic Gitea version detection to prefer the official GitHub releases API.
- Kept `https://dl.gitea.com/gitea/version.json` as a fallback because it may lag behind published releases.
- Added explicit support for overriding the target version with `./build.sh <version>` or `GITEA_VERSION=<version> ./build.sh`.
- Added runtime logging so `build.sh` prints which version source was used.