clog-tool / clog-cli

Generate beautiful changelogs from your Git commit history
MIT License
851 stars 43 forks source link

No changelog is being generated #105

Open aomader opened 6 years ago

aomader commented 6 years ago

Running the latest clog-cli doesn't produce an updated changelog as expected, it's simply empty. I removed the config file but the issue remains.

$ git log --oneline
414bc3f test(train): Explicitly test reproducability
ef41da8 fix(opencl): Lock parallelized kernel calls and wait
929ac1c perf(opencl): Use 1D-based kernel invocation
dd3643b feat(feature): Support difference vectors from random start positions
26efbe7 feat(cli): Add the CLI, again
bcf8eb0 feat(api): Make create_gaussian_samples less pedantic
09d1499 feat(feature): Use constant for out-of-bounds feature values
54a529b fix(training): Limit negative samples only by already seen samples
ebc4ff5 feat(training): Add possibility to adjust pre-smoothing sigma
e75e70a chore(release): Bump version to 1.0
...

I ran the command on a Windows 10 machine in a Babun ZSH shell.

$ clog -f e75e70a
<a name=""></a>
##  (2017-10-30)