tomasbjerre / git-changelog-command-line

Command line tool to generate changelog, or releasenotes, from a git repository and a Handlebars template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignoreCommitsOlderThan don't work

polter05 opened this issue · comments

The parameter -ignore-older-than don't work properly due to DEFAULT_DATEFORMAT which is egal to YYYY-MM-dd HH:mm:ss.

This is must be replace by yyyy-MM-dd HH:mm:ss (minor yyyy) in the API project src/main/java/se/bjurr/gitchangelog/api/GitChangelogApiConstants.java

Thanks for reporting and PR. Released the fix now.

tomasbjerre/git-changelog-lib#122