chore: bump config file

This commit is contained in:
changjun
2023-05-16 01:11:49 +08:00
parent b23a7eeb1e
commit 56de57cd58

View File

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