Skip to content

Commit

Permalink
chore(projects): update changelogithub config
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 25, 2023
1 parent 51a799e commit c053aa7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions changelogithub.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"types": {
"feat": { "title": "πŸš€ Features" },
"perf": { "title": "πŸ”₯ Performance" },
"fix": { "title": "🩹 Fixes" },
"refactor": { "title": "πŸ’… Refactors" },
"docs": { "title": "πŸ“– Documentation" },
"types": { "title": "🌊 Types" },
"chore": { "title": "🏑 Chore" },
"test": { "title": "πŸ§ͺ Tests" },
"style": { "title": "🎨 Styles" },
"ci": { "title": "πŸ€– CI" }
},
"scopeMap": {},
"titles": {
"breakingChanges": "🚨 Breaking Changes"
},
"contributors": true,
"capitalize": true,
"group": true
}

0 comments on commit c053aa7

Please sign in to comment.