mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-06-02 07:43:34 +02:00
10 lines
169 B
TypeScript
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,
|
|
})
|