diff --git a/commitlint.config.js b/commitlint.config.js index c1b7401f9a..aa306c1e8e 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -19,15 +19,14 @@ const Configuration = { 2, 'always', [ - 'feature', - 'bugfix', - 'minor', - 'optimization', - 'sprintfix', + 'feat', + 'fix', + 'docs', + 'style', 'refactor', 'test', - 'docs', - 'merge', + 'perf', + 'chore', ], ] },