From 4b4a60ff586bf373cae08796f00243e2d8eaebd0 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Wed, 4 May 2022 20:46:34 +0800 Subject: [PATCH] chore: use "Maintenance" instead of "Internal" in changelog --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index a6c855450b0b..c8df3aabf0d4 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "tag: bug fix": ":bug: Bug Fix", "tag: polish": ":nail_care: Polish", "tag: documentation": ":memo: Documentation", - "tag: internal": ":house: Internal", + "tag: maintenance": ":wrench: Maintenance", "tag: performance": ":running_woman: Performance" }, "cacheDir": ".changelog"