Skip to content

Commit

Permalink
chore(release-it): overwrite changelog's default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobiss committed Jan 11, 2024
1 parent a95b037 commit ade520d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"plugins": {
"@release-it/conventional-changelog": {
"header": "# Changelog",
"infile": "CHANGELOG.md",
"preset": "conventionalcommits"
"preset": {
"name": "conventionalcommits",
"types": [
{ "type": "build", "section": "🧱 Dependency" },
{ "type": "chore", "section": "🏠 Chores" },
{ "type": "docs", "section": "πŸ“ Documentation" },
{ "type": "feat", "section": "πŸš€ New Feature" },
{ "type": "fix", "section": "πŸ› Bug Fix" },
{ "type": "refactor", "section": "πŸ”„οΈ Code Refactoring" },
{ "type": "style", "section": "πŸ’… Styling and Formatting" },
{ "type": "test", "section": "πŸ§ͺ Code Testing" }
]
}
}
},
"git": {
Expand Down

0 comments on commit ade520d

Please sign in to comment.