Skip to content

docs: add release-blocker resolution step to release checklist - #1773

Merged
danbugs merged 1 commit into
hyperlight-dev:mainfrom
danbugs:danbugs/release-blocker-docs
Aug 26, 2026
Merged

docs: add release-blocker resolution step to release checklist#1773
danbugs merged 1 commit into
hyperlight-dev:mainfrom
danbugs:danbugs/release-blocker-docs

Conversation

@danbugs

@danbugs danbugs commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Fixes #1764

Copilot AI lite review requested due to automatic review settings August 26, 2026 18:15
@danbugs
danbugs enabled auto-merge (squash) August 26, 2026 18:17
Comment thread docs/how-to-make-releases.md Outdated
Signed-off-by: danbugs <danilochiarlone@gmail.com>

@ludfjig ludfjig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

thanks lgtm

@danbugs
danbugs merged commit f4f73c7 into hyperlight-dev:main Aug 26, 2026
50 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds an explicit preflight step to the Hyperlight release checklist to ensure all release-blocker issues are closed before running the release workflow, preventing releases from failing during publishing.

Changes:

  • Add a “Resolve any release blockers” section to the release checklist.
  • Link to the release-blocker issue query and the relevant GitHub Actions workflows that enforce the check.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.


## Resolve any release blockers

Before starting the release process, check for open issues labeled `release-blocker` in the [issue tracker](https://github.com/hyperlight-dev/hyperlight/issues?q=is%3Aissue+is%3Aopen+label%3Arelease-blocker). All such issues must be resolved (closed) before proceeding — the ["Create a Release"](https://github.com/hyperlight-dev/hyperlight/actions/workflows/CreateRelease.yml) workflow runs a [release blocker check](https://github.com/hyperlight-dev/hyperlight/actions/workflows/ReleaseBlockerCheck.yml) as its first step, and all subsequent jobs depend on it, so the publish will fail if any `release-blocker` issues remain open.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add step in how-to-make-a-release docs about release-blocker label

3 participants