From 6e289e609a045318325d7a4f5631a132045bbf24 Mon Sep 17 00:00:00 2001 From: folland87 Date: Tue, 21 Mar 2023 10:06:48 +0100 Subject: [PATCH] imp(relation-governance): Update mandateTypeGroup blocs order --- .github/config/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },