Skip to content

Commit

Permalink
Misc: Integrate the bumpp
Browse files Browse the repository at this point in the history
  • Loading branch information
50rayn authored and lee00678 committed Jan 22, 2025
1 parent 9fe46fd commit 0bedce5
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 27 deletions.
10 changes: 10 additions & 0 deletions bump.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { defineConfig } from 'bumpp'

export default defineConfig({
commit: 'Release: %s',
tag: '%s',
all: true,
printCommits: false,
ignoreScripts: true,
recursive: true,
})
Loading

0 comments on commit 0bedce5

Please sign in to comment.