cookpete / auto-changelog

Command line tool for generating a changelog from git tags and commit history
MIT License
1.26k stars 157 forks source link

Getting undefined in generated file #283

Open growupanand opened 8 months ago

growupanand commented 8 months ago

While using *.hbs template file, If I am using {{#commit-list commits subject="feat: "}} and it is giving undefined at first line of section, But if I am using {{#commit-list commits heading="" subject="feat: "}}, it does not giving undefined.

heading= property should not be required but optional.