Given that we are now fetching the entire history, I removed the "fetch all tags" step from the build. This makes the build faster by about ~10 secs. Fetching the entire history for this project adds ~3 secs to checkout, but removal of the "fetch all tags" step writes off ~13 secs from the build. Nice ;-)
We need more history / commits otherwise we are not generating the release notes reliably.
Fixes https://github.com/shipkit/shipkit-changelog/issues/21
Given that we are now fetching the entire history, I removed the "fetch all tags" step from the build. This makes the build faster by about ~10 secs. Fetching the entire history for this project adds ~3 secs to checkout, but removal of the "fetch all tags" step writes off ~13 secs from the build. Nice ;-)