Skip to content

Commit 35ed136

Browse files
authored
docs: update paths_released description (#1062)
Looks like a description was left incomplete. Adds some clarity around the paths_released description. --------- Signed-off-by: Dimitris Sotirakis <dimitrios.sotirakis@grafana.com>
1 parent 9eba3b9 commit 35ed136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ New types of releases can be [added here](https://github.com/googleapis/release-
162162
| output | description |
163163
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
164164
| `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) |
166166
| `prs_created` | `true` if any pull request was created or updated |
167167
| `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) |
168168
| `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

Comments
 (0)