From 0e65a874e83d41d2f9296afcd5f3618d52ad79d7 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 8 Sep 2026 11:01:36 +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 6a61243..ff563d5 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",