Skip to content

Commit c7bcd48

Browse files
authored
Update index.js
1 parent 0de3ddf commit c7bcd48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function conventionalGithubReleaser(auth, changelogOpts, context, gitRawCommitsO
9090
tag_name: version,
9191
body: chunk.log,
9292
prerelease: prerelease,
93-
draft: draft
93+
draft: draft,
9494
target_commitish: changelogOpts.targetCommitish,
9595
name: changelogOpts.name || version
9696
// jscs:enable

0 commit comments

Comments
 (0)