Files
2026-03-02 00:37:28 +08:00

10 lines
169 B
TypeScript

import { defineConfig } from 'bumpp'
export default defineConfig({
execute: 'node scripts/post-bump.mjs',
commit: true,
tag: true,
push: false,
all: true,
})