From 19fd5785f8b2992e82947bf0b1aef7ff017e81a4 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 8 Sep 2026 11:09:17 +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 7934365..061ae2a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "scripts": { "build": "rs lib", - "bump": "pnpx bumpp --no-push --no-tag --no-commit", + "bump": "pnpm version -m \"release: v%s\"", "check": "rs check", "dev": "rs lib -w", "format": "rs fmt",