Skip to content

Conversation

@adityamaru
Copy link
Contributor

@adityamaru adityamaru commented Feb 4, 2026

Summary

Adds a workflow_dispatch workflow that updates both v1.0.0-beta and v1 tags to point to the head of main.

Usage

Trigger manually from Actions tab. No inputs required - it always targets the head of main.


Note

Medium Risk
Force-pushes moving git tags (v1/v1.0.0-beta), which can impact consumers that pin those tags, but is isolated to a manual CI workflow.

Overview
Adds a new manually triggered GitHub Actions workflow (.github/workflows/release-v1.yml) that checks out main and force-updates the v1.0.0-beta and v1 tags to point at HEAD.

The workflow also configures the Actions bot as the git author and writes the updated tag SHAs to the job summary.

Written by Cursor Bugbot for commit 0271c8e. This will update automatically on new commits. Configure here.

Cursor Bugbot reviewed your changes and found no issues for commit 0271c8e

Adds a workflow_dispatch workflow that updates both v1.0.0-beta and v1
tags to point to the head of main.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@adityamaru adityamaru merged commit adc6b20 into main Feb 4, 2026
13 checks passed
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