Commit fdcf005
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments