From 3cd55f6feceb421cb7cb93f89283e35e663d39b0 Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Tue, 31 Oct 2023 14:20:39 +0000 Subject: [PATCH] chore(repo): add module-federation scope and codeowners (#19656) --- scripts/commitizen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/commitizen.js b/scripts/commitizen.js index 20e89b6fe1..9731498f07 100644 --- a/scripts/commitizen.js +++ b/scripts/commitizen.js @@ -27,6 +27,7 @@ const scopes = [ { value: 'vue', name: 'vue: anything Vue specific' }, { value: 'web', name: 'web: anything Web specific' }, { value: 'webpack', name: 'webpack: anything Webpack specific' }, + {value: 'module-federation', name: 'module-federation: anything Module Federation specific'}, ]; // precomputed scope