Skip to content

Commit

Permalink
ci: adjust release-it changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Nov 17, 2024
1 parent a492bfb commit 727c999
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,23 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "(internal) Refactorings"
}
]
},
"infile": "CHANGELOG.md",
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n"
}
Expand Down

0 comments on commit 727c999

Please sign in to comment.