Skip to content

ci: publish GoReleaser drafts after artifact upload#3

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

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

Conversation

@intel352

@intel352 intel352 commented May 8, 2026

Copy link
Copy Markdown
Contributor

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

Copilot AI left a comment

Copy link
Copy Markdown

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 GoReleaser creates GitHub releases as drafts, and the GitHub release is only published at the end of the workflow, after registry-related steps run—supporting GitHub’s immutable release behavior.

Changes:

  • Configure GoReleaser to create GitHub releases as drafts (release.draft: true).
  • Add a final workflow step that publishes the draft release via gh release edit ... --draft=false.
  • Minor hardening of the registry git clone command by quoting the URL.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.goreleaser.yml Sets GitHub releases to be created as drafts so assets can be uploaded before publishing.
.github/workflows/release.yml Publishes the draft release at workflow end; minor quoting fix for registry clone URL.

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

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@intel352 intel352 merged commit 9bcb7de into main May 8, 2026
8 checks passed
@intel352 intel352 deleted the fix/goreleaser-draft-publish-flow branch May 8, 2026 20:34
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