From c50871331b876a0b3cacb0487da82d7a169285c5 Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 10 Sep 2020 11:27:42 -0700 Subject: [PATCH] chore(lint): address linting --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index bbcb741..78367e0 100644 --- a/index.js +++ b/index.js @@ -11,12 +11,12 @@ async function main () { const path = core.getInput('path') ? core.getInput('path') : undefined const releaseType = core.getInput('release-type') const token = core.getInput('token') - const changelogTypes = core.getInput('changelog-types'); + const changelogTypes = core.getInput('changelog-types') // Parse the changelogTypes if there are any - let changelogSections = []; + let changelogSections = [] if (changelogTypes) { - changelogSections = JSON.parse(changelogTypes); + changelogSections = JSON.parse(changelogTypes) } // First we check for any merged release PRs (PRs merged with the label