From 8df1b0a8c561a46b643d1b3e58b1b2bc29df0d9a Mon Sep 17 00:00:00 2001 From: Darloli <96697399+SorYoshino@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:54:29 +0800 Subject: [PATCH] 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> --- bucket/swc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/swc.json b/bucket/swc.json index c9cf840e39..d0d470df95 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -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": {