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