module.exports = {
types: [
{ type: 'feat', section: 'Features' },
{ type: 'fix', section: 'Bug Fixes' },
{ type: 'chore', section: 'Maintenance' },
{ type: 'docs', section: 'Documentation' },
{ type: 'style', section: 'Styling' },
{ type: 'refactor', section: 'Code Refactoring' },
{ type: 'perf', section: 'Performance' },
{ type: 'test', section: 'Testing' },
{ type: 'ci', section: 'CI/CD' },
{ type: 'build', section: 'Build System' }
]
};