From bc1ef8a0f526bc8ba26ecef1b8a40810f7fe5e39 Mon Sep 17 00:00:00 2001 From: Erek Speed Date: Sun, 25 Aug 2024 23:08:49 +0900 Subject: [PATCH] fix(manifest): Remove comment from manifest.json Chrome supports json comments but semantic-release-chrome does not; preventing the release of chrome. The comment is replaced with a "//" json key. --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 00d59748b..9b12f71d0 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -15,7 +15,7 @@ "type": "module" }, "action": { - // If only one icon available, setting default_icon to string is allowed. + "//": "If only one icon available, setting default_icon to string is allowed.", "default_icon": "images/ba.png" }, "options_ui": {