From 8f17d62240f0be3b49f2a8793409ac0fa6c0da33 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 8 Sep 2026 11:01:45 +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 6cab3a9..565c720 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,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",