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:
Federico Grandi
2021-08-24 11:45:20 +02:00
committed by GitHub
parent d5067ccdaf
commit 83f497690e
6 changed files with 78 additions and 16 deletions

View File

@@ -8,6 +8,8 @@ export type Input =
| 'author_name'
| 'author_email'
| 'branch'
| 'committer_name'
| 'committer_email'
| 'cwd'
| 'default_author'
| 'message'