Skip to content

Commit

Permalink
chore: add changelogithub conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 6, 2024
1 parent 68bb5b6 commit ed41b87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelogithub.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"scopeMap": {},
"types": {
"feat": { "title": "🚀 Features" },
"fix": { "title": "🐞 Bug Fixes" },
"refactor": { "title": "♻️ Refactoring" },
"perf": { "title": "🏎 Performance" }
},
"titles": {
"breakingChanges": "🚨 Breaking Changes"
},
"contributors": true,
"capitalize": true,
"group": true
}

0 comments on commit ed41b87

Please sign in to comment.