From c7bcd486cba7e587aae26d945d0bd636930460a4 Mon Sep 17 00:00:00 2001 From: Hutson Betts Date: Sat, 27 May 2017 14:11:45 -0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ab6f82dc..ecb2ae65 100644 --- a/index.js +++ b/index.js @@ -90,7 +90,7 @@ function conventionalGithubReleaser(auth, changelogOpts, context, gitRawCommitsO tag_name: version, body: chunk.log, prerelease: prerelease, - draft: draft + draft: draft, target_commitish: changelogOpts.targetCommitish, name: changelogOpts.name || version // jscs:enable