github.com/goreleaser/goreleaser@v1.25.1/www/docs/errors/no-history.md (about)

     1  # Changelog has only the latest commit
     2  
     3  If your changelog has only a single commit, its likely GoReleaser ran against
     4  a shallow clone, so the history isn't really there - you need a clone with
     5  the full depth for it to work.
     6  
     7  To fix it, please refer to the [CI section](/ci) of our docs.