This action will bump version, tag commit and generate a changelog with conventional commits.
Centralize the type to header mapping like so:
const config = cc({
"types": [
{"type": "feat", "section": "🚀 Features"},
{"type": "fix", "section": "🐛 Bug Fixes"},
{"type": "perf", "section": "🏎️ Performance"},
]
})