biome: Fix checkver regex to avoid nightly tags (#6755)

switches to using the github api feed for releases
This commit is contained in:
jack-mil 2025-04-22 11:15:50 -04:00 committed by GitHub
parent 0003b82fd1
commit 41b6acbed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,9 @@
},
"bin": "biome.exe",
"checkver": {
"url": "https://github.com/biomejs/biome/tags",
"regex": "/releases/tag/cli%2F(?:v|V)?([\\d.]+)"
"url": "https://api.github.com/repos/biomejs/biome/releases",
"jsonpath": "$..tag_name",
"regex": "cli/[vV]([\\d.]+)\""
},
"autoupdate": {
"architecture": {