shipkit / shipkit-auto-version

Gradle plugin that helps automating releases by automatically deducing the next Semver version
Apache License 2.0
42 stars 10 forks source link

Started fetching full history #32

Closed mockitoguy closed 4 years ago

mockitoguy commented 4 years ago

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 ;-)