1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00
goreleaser/www/docs/errors/no-history.md
Carlos Alexandro Becker 700ff34236
docs: improving docs (#4956)
slowly but steadily fixing a billion warnings
2024-07-08 23:30:10 -03:00

298 B

Changelog has only the latest commit

If your changelog has only a single commit, its likely GoReleaser ran against a shallow clone, so the history isn't really there - you need a clone with the full depth for it to work.

To fix it, please refer to the CI section of our docs.