We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a958f1d commit af64ddbCopy full SHA for af64ddb
changelogithub.config.ts
@@ -0,0 +1,10 @@
1
+/** changelogithub.config.js */
2
+/** @type {import('npm:changelogithub').ChangelogOptions} */
3
+export default {
4
+ types: {
5
+ solve: { title: "✍️ New Problems Solved!" },
6
+ feat: { title: "🚀 Features" },
7
+ fix: { title: "🐞 Bug Fixes" },
8
+ chore: { title: "🏡 Chores" },
9
+ },
10
+};
0 commit comments