mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
10 lines
157 B
TypeScript
10 lines
157 B
TypeScript
import { defineConfig } from 'bumpp'
|
|
|
|
export default defineConfig({
|
|
recursive: true,
|
|
commit: 'release: v%s',
|
|
tag: 'v%s',
|
|
push: true,
|
|
all: true,
|
|
})
|