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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,8 @@ When using the _GITHUB_TOKEN_, the **minimum required permissions** are:
95
95
|`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}\` : "" %>']- |
96
96
|`addReleases`| Will add release links to the GitHub Release. Can be `false`, `"bottom"` or `"top"`. See [addReleases](#addReleases). |`false`|
97
97
|`draftRelease`| A boolean indicating if a GitHub Draft Release should be created instead of publishing an actual GitHub Release. |`false`|
98
-
|`releaseNameTemplate`| A [Lodash template](https://lodash.com/docs#template) to customize the github release's name |`<%= nextverison.name %>`|
99
-
|`releaseBodyTemplate`| A [Lodash template](https://lodash.com/docs#template) to customize the github release's body |`<%= nextverison.notes %>`|
98
+
|`releaseNameTemplate`| A [Lodash template](https://lodash.com/docs#template) to customize the github release's name |`<%= nextRelease.name %>`|
99
+
|`releaseBodyTemplate`| A [Lodash template](https://lodash.com/docs#template) to customize the github release's body |`<%= nextRelease.notes %>`|
100
100
|`discussionCategoryName`| The category name in which to create a linked discussion to the release. Set to `false` to disable creating discussion for a release. |`false`|
0 commit comments