From 748eaa1a57ee4d2be2c5462658b76c2fe6f94f80 Mon Sep 17 00:00:00 2001 From: tasshi / Masaharu TASHIRO <33759872+mshrtsr@users.noreply.github.com> Date: Tue, 19 Jul 2022 07:40:36 +0900 Subject: [PATCH] docs: add description for `outputs.pr` (#520) * docs: fix description of `outputs.pr` * docs: add `outputs.prs` to README.md Co-authored-by: Jeff Ching --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c524d2..6e9edfc 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,8 @@ Release Please automates releases for the following flavors of repositories: | `minor` | Number representing minor semver value | | `patch` | Number representing patch semver value | | `sha` | sha that a GitHub release was tagged at | -| `pr` | The PR number of an opened release (undefined if no release created) | +| `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) | +| `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) | ## How release please works