diff --git a/.commitlintrc.js b/.commitlintrc.js index 7f4146536..30bdd333a 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -13,6 +13,7 @@ module.exports = { (await getProjects(ctx, projectFilter)) .forEach(element => { projectNames.add(element); + projectNames.add(element.replaceAll('itmat-', '')); }); return [ 2,