From 70b7e91c2b18fc54be866349daf9b24efe936e62 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Tue, 26 Mar 2019 10:14:51 +0100 Subject: [PATCH] Add core and supporting capability to the changelog configuration (#3349) --- .github/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/package.json b/.github/package.json index c5e703316e15..4141c3893fa1 100644 --- a/.github/package.json +++ b/.github/package.json @@ -25,7 +25,8 @@ "area/luigi": "Luigi", "area/documentation": "Documentation", "area/community": "Community", - "area/ci": "CI" + "area/ci": "CI", + "area/core-and-supporting": "Core and Supporting" }, "cacheDir": ".changelog" }