swc@1.13.20: Update checkver and autoupdate (#7204)

* swc@1.13.19: Add pre_install, update checkver and autoupdate

* swc@1.13.19: Update checkver and autoupdate

* swc: Update to version 1.13.20, update checkver

* swc@1.13.20: Update checkver and autoupdate

* swc@1.13.20: Update checkver's regex to explictly exclude nightlies

* swc@1.13.20: Update checkver's regex to explictly exclude nightlies

---------

Co-authored-by: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com>
This commit is contained in:
Darloli 2025-10-03 10:54:29 +08:00 committed by GitHub
parent 028322b85d
commit 8df1b0a8c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
"bin": "swc.exe",
"checkver": {
"github": "https://github.com/swc-project/swc",
"regex": "tag/v([\\w\\.-]+)"
"regex": "tag/v?(?![^\"]*-nightly-)([\\d\\.]+)(?=\")"
},
"autoupdate": {
"architecture": {