Skip to content

Commit

Permalink
chore: update changelog preset types
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jul 9, 2021
1 parent 3fe9f9b commit b122b35
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,28 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Changes"
},
{
"type": "chore",
"section": "Maintenance"
}
]
}
}
}
}

0 comments on commit b122b35

Please sign in to comment.