1
0
mirror of synced 2025-11-06 04:20:50 +08:00
Files
cook/bump.config.ts
2025-10-06 21:06:15 +08:00

13 lines
184 B
TypeScript

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