diff --git a/changelogithub.config.ts b/changelogithub.config.ts new file mode 100644 index 0000000..0c3286d --- /dev/null +++ b/changelogithub.config.ts @@ -0,0 +1,5 @@ +export default { + types: { + patch: { title: '🐞 Bug Fixes' } + } +} \ No newline at end of file