From 0d05715416e2d14e0f271086cd94d2a3675fd472 Mon Sep 17 00:00:00 2001 From: JOYCEQL <1449239013@qq.com> Date: Sat, 28 Feb 2026 22:02:39 +0800 Subject: [PATCH] chore: bumpp version --- bump.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bump.config.ts b/bump.config.ts index 0f3115e..af44faf 100644 --- a/bump.config.ts +++ b/bump.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from 'bumpp' export default defineConfig({ execute: 'npx changelogen --output CHANGELOG.md', - commit: false, - tag: false, + commit: true, + tag: true, push: false, })