Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
chore: configure changelog generation
Browse files Browse the repository at this point in the history
marcoklein committed May 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3414c78 commit b2c19be
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,8 +39,25 @@
},
"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": "chore",
"section": "Chores"
},
{}
]
}
}
}
}

0 comments on commit b2c19be

Please sign in to comment.