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
Looks like a description was left incomplete. Adds some clarity around
the paths_released description.
---------
Signed-off-by: Dimitris Sotirakis <[email protected]>
| `releases_created` | `true` if any release was created, `false` otherwise |
165
-
| `paths_released` | A JSON string of the array of paths that had releases created (`[]` if ) |
165
+
| `paths_released` | A JSON string of the array of paths that had releases created (`[]` if nothing was released) |
166
166
| `prs_created` | `true` if any pull request was created or updated |
167
167
| `pr` | A JSON string of the [PullRequest object](https://github.com/googleapis/release-please/blob/main/src/pull-request.ts#L15) (unset if no release created) |
168
168
| `prs` | A JSON string of the array of [PullRequest objects](https://github.com/googleapis/release-please/blob/main/src/pull-request.ts#L15) (unset if no release created) |
0 commit comments