chore: bumpp & publish script

This commit is contained in:
Neko Ayaka
2024-12-27 14:24:25 +08:00
parent 6d403034d0
commit 9157d7eb9a
6 changed files with 68 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'bumpp'
export default defineConfig({
recursive: true,
commit: 'release: v%s',
sign: true,
push: false,
})