This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(refactor): support promises when printing the changelog
- create streamToPromList to convert Streams into promisifed Lists - wrap the changelog exec in a function - and wrap that in streamToPromList so it returns a Promise - change onCommitList to return a Promise and accept only a list as arg - as it's call is wrapped in streamToPromList, no need to catch err - this style / no change in indentation is just to reduce the diff
- Loading branch information