Skip to content

Commit fdcf005

Browse files
authored
fix: name of param to enable comment functionality (#1046)
Given this code: https://github.com/release-it/release-it/blob/38193c37f6e570907eb8c7df02a9a41714eba509/lib/plugin/github/GitHub.js#L375C1-L379C51 I think that the parameter to set has to be `github.comments.submit` instead of `github.comments`
1 parent 38193c3 commit fdcf005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/github-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ release-it --no-increment --no-git --github.release --github.update --github.ass
168168

169169
## Comments
170170

171-
To submit a comment to each merged pull requests and closed issue that is part of the release, set `github.comments` to
171+
To submit a comment to each merged pull requests and closed issue that is part of the release, set `github.comments.submit` to
172172
`true`. Here are the default settings:
173173

174174
```json

0 commit comments

Comments
 (0)