chore: bumpp version config

This commit is contained in:
JOYCEQL
2026-02-28 00:56:50 +08:00
parent 9f7f0423b7
commit e5304cde46
+3 -4
View File
@@ -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,
})