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

Fails when no tags in repo

tomasbjerre opened this issue · comments

Fails when no tags in repo:

final String tag = changelogApiBuilder.getHighestSemanticVersion().findTag().get();

Should fallback on 0.0.1