Skip to content

ci: publish GoReleaser drafts after artifact upload#3

Merged
intel352 merged 3 commits into
mainfrom
fix/goreleaser-draft-publish-flow
May 8, 2026
Merged

ci: publish GoReleaser drafts after artifact upload#3
intel352 merged 3 commits into
mainfrom
fix/goreleaser-draft-publish-flow

Conversation

@intel352
Copy link
Copy Markdown
Contributor

@intel352 intel352 commented May 8, 2026

Summary

  • configure GoReleaser to keep GitHub releases as drafts while artifacts are uploaded
  • publish the draft release only after the release workflow completes artifact/registry steps
  • keep release workflows compatible with GitHub immutable releases

Verification

  • actionlint on changed GoReleaser release workflow
  • git diff --check

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the release pipeline so that GoReleaser creates GitHub releases as drafts first, and then the workflow explicitly publishes the draft at the end.

Changes:

  • Configure GoReleaser to create GitHub releases as drafts (release.draft: true).
  • Add a GitHub Actions step that publishes the release by flipping the draft flag off via gh release edit.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.goreleaser.yaml Sets GoReleaser to create draft GitHub releases.
.github/workflows/release.yml Publishes the draft release at the end of the workflow using the GitHub CLI.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yml Outdated
@intel352 intel352 requested a review from Copilot May 8, 2026 14:10
@intel352 intel352 merged commit fe969d4 into main May 8, 2026
7 checks passed
@intel352 intel352 deleted the fix/goreleaser-draft-publish-flow branch May 8, 2026 14:27
@intel352 intel352 review requested due to automatic review settings May 8, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants