mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 13:41:36 +02:00
feat(release-please): add signoff options to sign off commits (#374)
This commit is contained in:
@@ -68,6 +68,10 @@ inputs:
|
||||
description: 'where can the manifest file be found in the project?'
|
||||
required: false
|
||||
default: ''
|
||||
signoff:
|
||||
description: '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\>")'
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
||||
Reference in New Issue
Block a user