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

8 lines
298 B
Markdown
Raw Normal View History

# 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](../ci/index.md) of our docs.