Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an automated release process using releaseo, creating a manual workflow to open a release PR and an automatic workflow to tag and publish a GitHub Release when VERSION changes on main.
Changes:
- Add a manual
workflow_dispatchworkflow to bump versions and open a release PR viastacklok/releaseo. - Add a
push-triggered workflow to validateVERSION, verify the release commit pattern, and create/push avX.Y.Ztag and GitHub Release.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
.github/workflows/create-release-pr.yml |
Adds a manual workflow to create a release PR and bump version fields (Chart/appVersion/image.tag). |
.github/workflows/create-release-tag.yml |
Adds an automated workflow to validate release commits on main and create a release tag + GitHub Release. |
ChrisJBurns
reviewed
Feb 3, 2026
ChrisJBurns
reviewed
Feb 3, 2026
- next: 16.1.4 → 16.1.5 (fixes CVE-2025-59471, CVE-2025-59472, GHSA-h25m-26qc-wcjf) - hono: 4.11.5 → 4.11.7 via pnpm override (fixes CVE-2026-24398, CVE-2026-24472, CVE-2026-24473, CVE-2026-24771) Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
89bc8cb to
c9c7c24
Compare
ChrisJBurns
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add automated release workflow using releaseo, following the same pattern as toolhive-registry-server.
Changes
This PR adds two new GitHub workflows:
1.
create-release-pr.ymlworkflow_dispatch)VERSIONfile (single source of truth)helm/Chart.yaml(version and appVersion)helm/values.yaml(image.tag withvprefix)2.
create-release-tag.ymlmainwhenVERSIONfile changesRelease Flow
create-release-pr.ymlvX.Y.Zand GitHub Release are created automaticallycreate-release-tag.ymldocker-publish.ymlreleaser-helm-chart.yml