Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: normalize git show signature option to false (conventional-chang…
…elog#671) This disables `git log` showing signatures (`--no-show-signature`) unless `showSignature` is set to a truthy value. This way differences in developers` local configuration (`log.showSignature`) do not affect tooling operation. Callers of `gitRawCommits` will need to explicitly request signatures (via `rawGitOpts`) if they are desired, instead of the current behavior of the presence of signatures being undefined. Fixes conventional-changelog/commitlint#2118 Co-authored-by: Benjamin E. Coe <[email protected]>
- Loading branch information