diff --git a/.github/config/changelog.js b/.github/config/changelog.js index 3692386e..a36990fb 100644 --- a/.github/config/changelog.js +++ b/.github/config/changelog.js @@ -2,7 +2,7 @@ module.exports = { types: [ { types: ['feat', 'feature'], label: '🎉 Nouvelle fonctionalité' }, { types: ['fix', 'bugfix'], label: '🐛 Réparation de bug' }, - { types: ['improvements', 'enhancement'], label: '🔨 Amélioration' }, + { types: ['improvements', 'enhancement', 'imp'], label: '🔨 Amélioration' }, { types: ['build', 'ci'], label: '🏗️ Déploiement' }, { types: ['refactor'], label: '🪚 Réamenagement de code' }, { types: ['perf'], label: '🏎️ Amélioration de performance' },