We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de3ddf commit c7bcd48Copy full SHA for c7bcd48
1 file changed
index.js
@@ -90,7 +90,7 @@ function conventionalGithubReleaser(auth, changelogOpts, context, gitRawCommitsO
90
tag_name: version,
91
body: chunk.log,
92
prerelease: prerelease,
93
- draft: draft
+ draft: draft,
94
target_commitish: changelogOpts.targetCommitish,
95
name: changelogOpts.name || version
96
// jscs:enable
0 commit comments