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

feat(release-please): add signoff options to sign off commits (#374)

This commit is contained in:
Benjamin E. Coe
2021-09-23 18:19:02 -04:00
committed by GitHub
parent 526ef9c27a
commit 76774804a8
6 changed files with 70 additions and 39 deletions

View File

@@ -61,6 +61,7 @@ Automate releases with Conventional Commit Messages.
| `pull-request-title-pattern` | title pattern used to make release PR, defaults to using `chore${scope}: release${component} ${version}`. |
| `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\>") |
| output | description |
|:---:|---|