mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
chore: bump config file
This commit is contained in:
@@ -3,4 +3,7 @@ import { defineConfig } from 'bumpp'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
// https://github.com/antfu/bumpp/blob/main/src/types/version-bump-options.ts
|
// https://github.com/antfu/bumpp/blob/main/src/types/version-bump-options.ts
|
||||||
files: ['package.json', 'package-lock.json', 'README.md'],
|
files: ['package.json', 'package-lock.json', 'README.md'],
|
||||||
|
push: false,
|
||||||
|
commit: false,
|
||||||
|
tag: false,
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user