chore: bumpp version

This commit is contained in:
JOYCEQL
2026-02-28 22:02:39 +08:00
parent 4ba25d6a4e
commit 0d05715416
+2 -2
View File
@@ -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,
})