--bumped-version
does not return initial_tag
if there are no conventional commits in the history.
#805
Labels
bug
Something isn't working
Is there an existing issue for this?
Description of the bug
When using
--bumped-version
to print the next version on a repository that does not have any conventional commits, the output is empty instead of printing theinitial_tag
.Steps To Reproduce
git init
test
git cliff --bumped-version
This prints the warning, but does not print the
initial_tag
.Expected behavior
The tag specified in
initial_tag
is printed even without conventional commits.Screenshots / Logs
No response
Software information
Additional context
Config
The text was updated successfully, but these errors were encountered: