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 af64ddb commit d45f576Copy full SHA for d45f576
changelogithub.config.ts
@@ -2,7 +2,7 @@
2
/** @type {import('npm:changelogithub').ChangelogOptions} */
3
export default {
4
types: {
5
- solve: { title: "✍️ New Problems Solved!" },
+ solved: { title: "✍️ New Problems Solved!" },
6
feat: { title: "🚀 Features" },
7
fix: { title: "🐞 Bug Fixes" },
8
chore: { title: "🏡 Chores" },
0 commit comments