Custom committer support (#264)
* feat: add support for a custom committer * chore: update build * chore: remove redundant code The author is correctly set by the git config (line 40) * docs: add new feature docs * docs(README): add example use of committer info Closes #265
This commit is contained in:
@@ -8,6 +8,8 @@ export type Input =
|
||||
| 'author_name'
|
||||
| 'author_email'
|
||||
| 'branch'
|
||||
| 'committer_name'
|
||||
| 'committer_email'
|
||||
| 'cwd'
|
||||
| 'default_author'
|
||||
| 'message'
|
||||
|
||||
Reference in New Issue
Block a user