mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 04:17:19 +00:00
10 lines
258 B
TypeScript
10 lines
258 B
TypeScript
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,
|
|
})
|