From c976ebd5fa38f092451755cf21e00a87b52db46a Mon Sep 17 00:00:00 2001 From: changjun <52chinaweb@gmail.com> Date: Tue, 16 May 2023 00:49:45 +0800 Subject: [PATCH] chore(bumpp): files change --- bumpp.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bumpp.config.ts diff --git a/bumpp.config.ts b/bumpp.config.ts new file mode 100644 index 0000000..c71156a --- /dev/null +++ b/bumpp.config.ts @@ -0,0 +1,6 @@ +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'], +})