Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix(go): pass release-type (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 10, 2020
1 parent 4ec7fc5 commit 5c5271c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -34,7 +34,8 @@ async function main () {
path,
monorepoTags,
token,
changelogPath
changelogPath,
releaseType
})
const releaseCreated = await gr.createRelease()
if (releaseCreated) {
Expand Down

0 comments on commit 5c5271c

Please sign in to comment.