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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,8 @@ Release Please automates releases for the following flavors of repositories:
106
106
| `minor` | Number representing minor semver value |
107
107
| `patch` | Number representing patch semver value |
108
108
| `sha` | sha that a GitHub release was tagged at |
109
-
| `pr` | The PR number of an opened release (undefined if no release created) |
109
+
| `pr` | The JSON string of the [PullRequest object](https://github.com/googleapis/release-please/blob/main/src/pull-request.ts#L15) (undefined if no release created) |
110
+
| `prs` | The JSON string of the array of [PullRequest objects](https://github.com/googleapis/release-please/blob/main/src/pull-request.ts#L15) (undefined if no release created) |
0 commit comments