Skip to content

Commit

Permalink
chore: update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Nov 29, 2023
1 parent 695ab94 commit bb85ab3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .release-it.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
plugins:
"@release-it/conventional-changelog":
infile: "CHANGELOG.md"
preset:
name: conventionalcommits
types:
- type: "feat"
section: "Features"
- type: "fix"
section: "Bug Fixes"
git:
requireBranch: main
commitMessage: "chore: release v${version}"
Expand Down

0 comments on commit bb85ab3

Please sign in to comment.