1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 17:31:35 +02:00

feat: add pull-request-title-pattern option (#259)

This commit is contained in:
yi_Xu
2021-03-04 02:20:34 +08:00
committed by GitHub
parent 205f648a65
commit d447fdb632
6 changed files with 160 additions and 142 deletions

View File

@@ -46,6 +46,7 @@ Automate releases with Conventional Commit Messages.
| `fork` | Should the PR be created from a fork. Default `false`|
| `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) |
| `pull-request-title-pattern` | title pattern used to make release PR, defaults to using `chore${scope}: release${component} ${version}`. |
| output | description |
|:---:|---|