From 3a87ceb2573588977bb99e99cfa65c6e882b4b62 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 8 Sep 2026 11:03:52 +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 0c5b70e..e74c34d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "scripts": { "build": "rs lib", - "bump": "pnpx bumpp", + "bump": "pnpm version -m \"release: v%s\"", "check": "rs check", "dev": "rs lib -w", "format": "rs fmt",