Skip to content

ci: Automate action releases#5

Merged
dcramer merged 3 commits into
mainfrom
ci/actions-release
Jul 11, 2026
Merged

ci: Automate action releases#5
dcramer merged 3 commits into
mainfrom
ci/actions-release

Conversation

@dcramer

@dcramer dcramer commented Jul 11, 2026

Copy link
Copy Markdown
Member

Releases now run entirely through a manually dispatched GitHub Actions workflow. Maintainers choose a patch, minor, or major bump; the workflow derives the next stable version, verifies the action bundle, publishes the GitHub Release, and advances the matching major tag such as v0.

The npm dependency set and pinned workflow actions are current, including the latest @vercel/ncc, actions/checkout, and actions/setup-node releases. The committed action bundle is regenerated with the upgraded toolchain.

The release remains retryable if publication succeeds before the major-tag update, while fresh dispatches still require the latest commit on main. The local release script is removed so GitHub Actions is the only supported release path.

dcramer and others added 2 commits July 11, 2026 13:18
Move release creation into a manually dispatched GitHub Actions workflow with automatic semantic version bumps. Publish and maintain the major action tag in the same retryable workflow.

Co-Authored-By: OpenAI Codex <noreply@openai.com>
Update the action bundler and GitHub workflow actions to their latest releases. Regenerate the committed bundle and retain immutable workflow action pins.

Co-Authored-By: OpenAI Codex <noreply@openai.com>
@dcramer dcramer marked this pull request as ready for review July 11, 2026 17:25

@cursor cursor Bot 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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 19b6007. Configure here.

Comment thread .github/workflows/release.yml
Comment thread .github/workflows/release.yml
Reuse an existing semantic release tag on the source commit so fresh dispatches and reruns recover partial releases. Require new commits when creating a release to prevent duplicate versions from unchanged code.

Co-Authored-By: OpenAI Codex <noreply@openai.com>
@dcramer dcramer merged commit ec47087 into main Jul 11, 2026
10 checks passed
@dcramer dcramer deleted the ci/actions-release branch July 11, 2026 17:39
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.

1 participant