From 5c5271ce75fb1e7955fddc806b9260163206aa27 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 10 Dec 2020 09:55:58 -0500 Subject: [PATCH] fix(go): pass release-type (#160) --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 8c45173..1d2d7ab 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,8 @@ async function main () { path, monorepoTags, token, - changelogPath + changelogPath, + releaseType }) const releaseCreated = await gr.createRelease() if (releaseCreated) {