diff --git a/bump.config.ts b/bump.config.ts index 234f5d1..c71156a 100644 --- a/bump.config.ts +++ b/bump.config.ts @@ -3,7 +3,4 @@ import { defineConfig } from 'bumpp' export default defineConfig({ // https://github.com/antfu/bumpp/blob/main/src/types/version-bump-options.ts files: ['package.json', 'package-lock.json', 'README.md'], - push: false, - commit: false, - tag: false, })