end-to-end/upgrade
limiting-factor 5b5dab8c13
chore(revert): fix: alternative route of getting latest Gitea version
Revert 53375283d4
fix: alternative route of getting latest Gitea version

Use git ls-remote and git-mirror instead of the API

$ version=1.23
$ git ls-remote --refs --tags --sort=version:refname https://git-mirror.forgejo.org/go-gitea/gitea "v$version*" | sed -n -E -e "s|^.*/v($version[\.0-9]*)$|\1|p"
1.23.0
1.23.1
1.23.2
1.23.3
1.23.4
1.23.5
1.23.6
1.23.7
2025-05-09 12:37:04 +02:00
..
default-app.ini lib: get the base of WORK_PATH from app.ini 2024-06-04 12:00:42 +02:00
test-pprof-upload.sh fix: upgrades: teach renovate about the pyroscope version 2025-04-11 08:55:25 +02:00
upgrade.sh chore(revert): fix: alternative route of getting latest Gitea version 2025-05-09 12:37:04 +02:00