mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-06-02 07:43:34 +02:00
chore: bumpp version config
This commit is contained in:
+3
-4
@@ -1,9 +1,8 @@
|
||||
import { defineConfig } from 'bumpp'
|
||||
|
||||
export default defineConfig({
|
||||
commit: 'release: v%s',
|
||||
tag: true,
|
||||
push: true,
|
||||
all: true, // commit all changes
|
||||
execute: 'npx changelogen --output CHANGELOG.md',
|
||||
commit: false,
|
||||
tag: false,
|
||||
push: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user