jimschubert / changelog

A changelog generator which uses GitHub's API for the details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

local resolution sometimes includes all commits

jimschubert opened this issue · comments

I haven't been able to repro this consistently, but a lot of times when I run with local: true/--local, I end up with the entire commit history. It seems to be an issue with how repo.Log retrieves commits.

Fixed via 1574356