From cdcd632b49478829d32a45b720a2393ad49b859d Mon Sep 17 00:00:00 2001 From: aimma Date: Mon, 2 Dec 2019 13:33:44 -0800 Subject: [PATCH] fix(semantic-release): fix syntax error --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index 0e41e74..3beb065 100644 --- a/release.config.js +++ b/release.config.js @@ -8,7 +8,7 @@ module.exports = { plugins: [ '@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', - '@semantic-release/changelog' + '@semantic-release/changelog', '@semantic-release/npm', [ '@semantic-release/git',