ffurrer2 / extract-release-notes

A GitHub Action to extract release notes from a "Keep a Changelog" formatted changelog file
MIT License
64 stars 25 forks source link

fix: reduce of empty array with no initial value #342

Closed kishor82 closed 5 months ago

kishor82 commented 5 months ago

This error is raised when an empty array is provided because no initial value can be returned in that case.

closes #339