Skip to content

Commit

Permalink
imp(relation-governance): Update mandateTypeGroup blocs order
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 21, 2023
1 parent b9d62d3 commit 6e289e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/config/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 6e289e6

Please sign in to comment.