From a69bec690e691252c27d6e98aff9d8454405ebdd Mon Sep 17 00:00:00 2001 From: LB Date: Mon, 22 Jun 2026 17:50:56 -0600 Subject: [PATCH] DX-2192: create GitHub release as a draft for human review Narrows this PR to just the draft-release gate. The export-commit marker machinery (build-release-notes / extractNotesBlock and the release.yml wiring) is dropped as redundant: release notes are handled by the maintainer skill (cio-cli#125), which reads source PR titles directly. The draft release is the human review point before Publish. DX-2192 --- .goreleaser.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5f684c3..d15fa7f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -25,6 +25,12 @@ archives: checksum: name_template: "checksums.txt" +# Create the GitHub release as a draft so a human reviews the auto-generated +# notes (and the maintainer release-notes skill output) before clicking Publish. +# Artifacts still build and upload to the draft. +release: + draft: true + changelog: sort: asc filters: