1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 20:31:34 +02:00

feat(release-please): add default branch input option (#202)

This commit is contained in:
Ivan Santos
2021-01-30 20:29:14 -06:00
committed by GitHub
parent a9e0f67aca
commit 4845e49098
4 changed files with 55 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ Automate releases with Conventional Commit Messages.
| `version-file` | provide a path to a version file to increment (used by ruby releaser) |
| `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_) |
| `default-branch` | branch to open pull release PR against (detected by default) |
| output | description |
|:---:|---|