From 56de57cd581c5d20ba2bbe118cdeaeba93729d11 Mon Sep 17 00:00:00 2001 From: changjun <52chinaweb@gmail.com> Date: Tue, 16 May 2023 01:11:49 +0800 Subject: [PATCH] chore: bump config file --- bumpp.config.ts => bump.config.ts | 3 +++ 1 file changed, 3 insertions(+) rename bumpp.config.ts => bump.config.ts (82%) 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, })