Skip to content

chore: allow canary releases#1139

Merged
dobrac merged 2 commits intomainfrom
chore/allow-canary-releases
Feb 16, 2026
Merged

chore: allow canary releases#1139
dobrac merged 2 commits intomainfrom
chore/allow-canary-releases

Conversation

@dobrac
Copy link
Copy Markdown
Contributor

@dobrac dobrac commented Feb 16, 2026

Note

Medium Risk
Changes CI release/publishing behavior and adds manual triggers with custom tags/preids, increasing the chance of accidental or mis-tagged prerelease publishes if inputs/labels are wrong.

Overview
Adds workflow_dispatch support to release_candidates.yml so maintainers can manually publish prereleases for js-sdk, cli, and python-sdk without relying solely on PR labels.

Introduces a sanitized PREID (defaults to branch/ref) and a configurable npm dist-tag (tag, default rc), updates publish steps to use these values, and blocks publishing with the latest tag from this workflow. Also refines step gating via IS_JS/IS_CLI/IS_PYTHON env flags and adjusts checkout ref to work for both PR and manual runs.

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

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 16, 2026

⚠️ No Changeset found

Latest commit: 339a95d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dobrac dobrac force-pushed the chore/allow-canary-releases branch from dd3b745 to 56ae7c1 Compare February 16, 2026 23:10
@dobrac dobrac force-pushed the chore/allow-canary-releases branch from 56ae7c1 to 295f3bd Compare February 16, 2026 23:11
@dobrac dobrac enabled auto-merge (squash) February 16, 2026 23:12
Copy link
Copy Markdown

@cursor cursor bot left a comment

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.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment thread .github/workflows/release_candidates.yml Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 56ae7c17fc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/release_candidates.yml Outdated
@dobrac dobrac disabled auto-merge February 16, 2026 23:16
@dobrac dobrac enabled auto-merge (squash) February 16, 2026 23:16
@dobrac dobrac merged commit bffab42 into main Feb 16, 2026
19 of 23 checks passed
@dobrac dobrac deleted the chore/allow-canary-releases branch February 16, 2026 23:28
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