From 43bc287c6a3c092cf34f010b866d093961306da3 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Fri, 20 Dec 2019 12:17:42 +0100 Subject: [PATCH] chore: Register 'AWS APIGW' commit message scope --- commitlint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitlint.config.js b/commitlint.config.js index 461cc425e..ea7538414 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -11,7 +11,7 @@ module.exports = { 'scope-enum': [ 2, 'always', - ['', 'AWS Lambda', 'Binary Installer', 'Plugins', 'User Config', 'Variables'], + ['', 'AWS APIGW', 'AWS Lambda', 'Binary Installer', 'Plugins', 'User Config', 'Variables'], ], 'subject-case': [2, 'always', 'sentence-case'], 'subject-empty': [2, 'never'],