Closed
Description
Description
Many projects require developers to sign-off every commit in order to acknowledge the project's Developer Certificate of Origin (DCO). Thus, it would be useful to configure commitizen in a way so that each commit is automatically signed-off, so that the -s
/--signoff
options do not manually be supplied to cz commit
.
Possible Solution
- Developer sets
always_signoff
setting totrue
. - Developer runs
cz commit
without any arguments. - Developer answers all questions of commitizen.
- A Git commit is created and its message contains
Signed-off-by: Firstname Lastname <firstname.lastname@example.com>
Additional context
No response
Additional context
No response