mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 02:27:48 +02:00
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 <chingor@google.com>
This commit is contained in:
committed by
GitHub
parent
daa0d8f245
commit
748eaa1a57
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user