1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 04:41:36 +02:00

feat: allow github-release/release-pr to be run separately (#70)

This commit is contained in:
Benjamin E. Coe
2020-09-17 14:00:34 -07:00
committed by GitHub
parent c66d20dc19
commit 37d423feba
4 changed files with 70 additions and 56 deletions

View File

@@ -50,6 +50,7 @@ Automate releases with Conventional Commit Messages.
| `upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
| `tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
| `fork` | Should the PR be created from a fork (does not work with `secrets.GITHUB_TOKEN`) |
| `command` | release-please command to run, either `github-release`, or `release-pr` (_defaults to running both_) |
### Release types supported