From 6c81721c5b6bb72908dd8e5af97e2601a024aced Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 8 Sep 2026 11:00:39 +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 7afdccb..ce7b0bb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,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",