You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ When using the _GITHUB_TOKEN_, the **minimum required permissions** are:
89
89
|`assignees`| The [assignees](https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users) to add to the issue created when a release fails. | - |
90
90
|`releasedLabels`| The [labels](https://help.github.com/articles/about-labels) to add to each issue and pull request resolved by the release. Set to `false` to not add any label. See [releasedLabels](#releasedlabels). |`['released<%= nextRelease.channel ? \` on @\${nextRelease.channel}\` : "" %>']- |
91
91
|`addReleases`| Will add release links to the GitHub Release. Can be `false`, `"bottom"` or `"top"`. See [addReleases](#addReleases). |`false`|
92
+
|`draftRelease`| A boolean indicating if a GitHub Draft Release should be created instead of publishing an actual GitHub Release. |`false`|
92
93
93
94
#### proxy
94
95
@@ -218,4 +219,4 @@ Valid values for this option are `false`, `"top"` or `"bottom"`.
218
219
219
220
##### addReleases example
220
221
221
-
See [The introducing PR](https://github.com/semantic-release/github/pull/282) for an example on how it will look.
222
+
See [The introducing PR](https://github.com/semantic-release/github/pull/282) for an example on how it will look.
0 commit comments