Skip to content

Commit

Permalink
fix: name of param to enable comment functionality (#1046)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
teamoo committed Oct 5, 2023
1 parent 38193c3 commit fdcf005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/github-releases.md
Expand Up @@ -168,7 +168,7 @@ release-it --no-increment --no-git --github.release --github.update --github.ass

## Comments

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

```json
Expand Down

0 comments on commit fdcf005

Please sign in to comment.