Skip to content

Commit

Permalink
feat: add changelogithub config
Browse files Browse the repository at this point in the history
  • Loading branch information
ItMaga committed Apr 12, 2023
1 parent e37851c commit f5ed1e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions changelogithub.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export default {
scopeMap: {},
types: {
feat: { title: '🚀 Features' },
fix: { title: '🐞 Bug Fixes' },
perf: { title: '🏎 Performance' },
docs: { title: '📝 Documentation' },
test: { title: '🧪 Tests' },
refactor: { title: '🛠 Refactors' },
},
titles: {
breakingChanges: '🚨 Breaking Changes',
},
contributors: true,
capitalize: true,
group: true,
};

0 comments on commit f5ed1e8

Please sign in to comment.