diff --git a/bumpp.config.ts b/bump.config.ts similarity index 82% rename from bumpp.config.ts rename to bump.config.ts index c71156a..234f5d1 100644 --- a/bumpp.config.ts +++ b/bump.config.ts @@ -3,4 +3,7 @@ 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, })