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

feat: add pull-request-header input (#615)

Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Philippe Laflamme
2022-12-08 11:45:33 -05:00
committed by GitHub
parent 7a173c3827
commit 9963ea2aa8
4 changed files with 39 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ Automate releases with Conventional Commit Messages.
| `command` | release-please command to run, either `github-release`, or `release-pr`, `manifest`, `manifest-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}`. |
| `pull-request-header` | header used within the release PR body, defaults to using `:robot: I have created a release *beep* *boop*`. |
| `changelog-path` | configure alternate path for `CHANGELOG.md`. Default `CHANGELOG.md` |
| `github-api-url` | configure github API URL. Default `https://api.github.com` |
| `signoff` | Add [`Signed-off-by`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) line at the end of the commit log message using the user and email provided. (format "Name \<email@example.com\>") |