From ff5997c98c909e56287b1c11eec61052268c4c02 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 8 Sep 2026 11:09:09 +0800 Subject: [PATCH] chore: use pnpm version for releases --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc607dd..9cef79a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "scripts": { "build": "rs lib", - "bump": "pnpx bumpp", + "bump": "pnpm version -m \"release: v%s\"", "check": "rs check --type-check", "dev": "rs lib -w", "format": "rs fmt",