1
0
mirror of synced 2026-02-04 22:58:00 +08:00
Files
cook/bump.config.ts
2025-10-06 19:42:48 +08:00

13 lines
187 B
TypeScript

import { defineConfig } from 'bumpp'
export default defineConfig({
release: 'prompt',
all: true,
commit: false,
tag: false,
push: false,
files: [
'package.json',
],
})