mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
update to 1.27.3 (#532)
<!-- cloudflare-preview --> Preview: https://pr-532.docs-gitea-com.pages.dev Reviewed-on: https://gitea.com/gitea/docs/pulls/532 Reviewed-by: bircni <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ if [ "$LATEST_ONLY" -eq 1 ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
for ver in '1.27.2' '1.26.4' '1.25.5' '1.24.7' '1.23.8' '1.22.6'; do
|
||||
for ver in '1.27.3' '1.26.4' '1.25.5' '1.24.7' '1.23.8' '1.22.6'; do
|
||||
minor=$(echo "$ver" | cut -d '.' -f 2)
|
||||
update_version "refs/tags/v${ver}" "${ver}" "${minor}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user