From bde65b83ea9e0fe3e6c602e10111e055bf4e6cd3 Mon Sep 17 00:00:00 2001 From: Zhengqbbb <1074059947@qq.com> Date: Mon, 22 Jul 2024 22:52:19 +0800 Subject: [PATCH] chore: update config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0454212..f94714b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "prepack": "run-s lint build", "release": "run-s release:bump release:publish", "release:next": "bumpp --no-commit --no-push --no-tag && pnpm publish --tag next --no-git-checks", - "release:bump": "bumpp -y -c 'build: :bookmark: publish v%s'", + "release:bump": "bumpp -c 'build: :bookmark: publish v%s'", "release:publish": "pnpm publish" }, "devDependencies": {