chore: bump file change

This commit is contained in:
changjun
2023-05-16 01:14:46 +08:00
parent 56de57cd58
commit 864ccd441d

View File

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