Skip to content

Commit

Permalink
Add more types
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jan 21, 2025
1 parent a7dd68a commit 4e5c8e3
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,40 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"type": [
{
"type": "feat",
"section": "Features"
"section": "πŸŽ‰ Features"
},
{
"type": "fix",
"section": "Bug Fixes"
"section": "πŸ› Fixes"
},
{
"type": "revert",
"section": "πŸ› Fixes"
},
{
"type": "docs",
"section": "πŸš€ Improvements"
},
{
"type": "test",
"section": "πŸš€ Improvements"
},
{
"type": "ci",
"section": "πŸš€ Improvements"
},
{
"type": "refactor",
"section": "πŸš€ Improvements"
},
{
"type": "chore",
"section": "πŸš€ Improvements"
}
],
"parserOpts": {
Expand Down

0 comments on commit 4e5c8e3

Please sign in to comment.