chore(deps): Update to Gitea 1.27.2 (#508)

<!-- cloudflare-preview --> Preview: https://pr-508.docs-gitea-com.pages.dev

Reviewed-on: https://gitea.com/gitea/docs/pulls/508
Reviewed-by: Lunny Xiao <[email protected]>
Co-authored-by: bircni <[email protected]>
This commit is contained in:
bircni
2026-08-13 22:18:25 +00:00
committed by Lunny Xiao
parent 362878dfba
commit 2a172c8947
3 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ if [ "$LATEST_ONLY" -eq 1 ]; then
exit 0
fi
for ver in '1.27.1' '1.26.4' '1.25.5' '1.24.7' '1.23.8' '1.22.6'; do
for ver in '1.27.2' '1.26.4' '1.25.5' '1.24.7' '1.23.8' '1.22.6'; do
download_swagger "refs/tags/v${ver}" v1_json.tmpl
rewrite_swagger v1_json.tmpl "${ver}"
minor=$(echo "$ver" | cut -d '.' -f 2)