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, })