Skip to content

Commit af64ddb

Browse files
committed
feat: customize release
1 parent a958f1d commit af64ddb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelogithub.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)