module.exports = { types: [ { type: "feat", section: "✨ Features" }, { type: "fix", section: "🐛 Bug Fixes" }, { type: "refactor", section: "♻️ Code Refactoring" }, ], };