Errors out with ERROR git_cliff > IO error: Broken pipe (os error 32)
when piping
#407
Labels
bug
Something isn't working
Describe the bug
Various CLI utilities can force closing previous program in pipeline by closing pipe when they are done. Example of such too is
head
which will exit (and close pipe) when it reaches requested number of lines. However this causesgit-cliff
to close abnormally because of the write error.To reproduce
Run:
Expected behavior
Software information
Darwin 23.2.0 arm64
1.4.0
The text was updated successfully, but these errors were encountered: