Skip to content

Commit 42feb68

Browse files
chore(all-general): add load-balancing commit scope
1 parent 89c4bb1 commit 42feb68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commitlint.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const scopes = [
1010
"rules",
1111
"release",
1212
"create-game",
13-
"components"
13+
"components",
14+
"load-balancing"
1415
];
1516
const _prefixed = scopes.map((s) => apps.map((p) => `${p}-${s}`));
1617
const scopeEnum = [].concat.apply([], _prefixed);

0 commit comments

Comments
 (0)