From 3b514262510db83d5eed59063dc25cb6075604a9 Mon Sep 17 00:00:00 2001 From: Mathis Maquenne <124215603+mathismqn@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:29:29 +0200 Subject: [PATCH] fix: load handwritten release notes into the release body --- .goreleaser.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8128438..0d6ff72 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -39,9 +39,5 @@ checksum: snapshot: version_template: '{{ incpatch .Version }}-snapshot' -# Release notes are written by hand in CHANGELOG.md -changelog: - disable: true - release: prerelease: auto