restic / rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API.
BSD 2-Clause "Simplified" License
958 stars 141 forks source link

Let goreleaser use custom release notes #244

Closed MichaelEischer closed 1 year ago

MichaelEischer commented 1 year ago

What is the purpose of this change? What does it change?

If the changelog generation is disabled in goreleaser, this also ignores custom release notes passed in via the command line (see https://goreleaser.com/customization/changelog/). Thus keep the default changelog configuration.

Was the change discussed in an issue or in the forum before?

No.

Checklist