From e5304cde46340f0eb398ba856194aeafa34df247 Mon Sep 17 00:00:00 2001 From: JOYCEQL <1449239013@qq.com> Date: Sat, 28 Feb 2026 00:56:50 +0800 Subject: [PATCH] chore: bumpp version config --- bump.config.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bump.config.ts b/bump.config.ts index 03adc02..0f3115e 100644 --- a/bump.config.ts +++ b/bump.config.ts @@ -1,9 +1,8 @@ import { defineConfig } from 'bumpp' export default defineConfig({ - commit: 'release: v%s', - tag: true, - push: true, - all: true, // commit all changes execute: 'npx changelogen --output CHANGELOG.md', + commit: false, + tag: false, + push: false, })