Skip to content

Commit

Permalink
fix: add release-it conventional-changelog type
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Dec 25, 2022
1 parent 20757c6 commit f47023f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@
"header": "# 📟 Changelog",
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits"
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{}
]
}
}
}
Expand Down

0 comments on commit f47023f

Please sign in to comment.