Skip to content

Commit

Permalink
chore: tweak release-it (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jun 28, 2023
1 parent e2c206e commit 85f2d53
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,18 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "eslint",
"preset": {
"name": "conventionalcommits",
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance" },
{ "type": "docs", "section": "Documentation" },
{ "type": "chore", "section": "Chores" },
{ "type": "refactor", "section": "Chores" },
{ "type": "test", "section": "Chores" }
]
},
"infile": "CHANGELOG.md"
}
}
Expand Down

0 comments on commit 85f2d53

Please sign in to comment.