Skip to content

ci: update branch name#10692

Merged
jasonsaayman merged 3 commits into
v0.xfrom
ci/branch-naming-release-v0x
Apr 12, 2026
Merged

ci: update branch name#10692
jasonsaayman merged 3 commits into
v0.xfrom
ci/branch-naming-release-v0x

Conversation

@jasonsaayman
Copy link
Copy Markdown
Member

@jasonsaayman jasonsaayman commented Apr 11, 2026

Summary by cubic

Aligns the v0.x release flow: release branches use release-v0x/version-$VERSION and publishes use the NPM dist-tag v0x. This ensures release PRs and packages target the correct v0.x channel.

Description

  • Set release-branch workflow output to release-v0x/version-$VERSION.
  • Updated publish.yml to publish with --tag v0x (valid NPM tag; replaces v0.x).
  • CI-only change; no updates to Git tags or versioning.

Testing

  • No unit tests.
  • Validate via workflow runs: PR branch is release-v0x/version-<version> and the published package has NPM tag v0x.

Written for commit 42f8d26. Summary will update on new commits.

@jasonsaayman jasonsaayman self-assigned this Apr 11, 2026
@jasonsaayman jasonsaayman added priority::medium A medium priority commit::fix The PR is related to a bugfix labels Apr 11, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file (changes from recent commits).

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name=".github/workflows/publish.yml">

<violation number="1" location=".github/workflows/publish.yml:32">
P1: `v0.x` is an invalid npm dist-tag (treated as a SemVer range), so the publish step will fail.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread .github/workflows/publish.yml Outdated
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
@jasonsaayman jasonsaayman merged commit b57eb1a into v0.x Apr 12, 2026
21 of 22 checks passed
@jasonsaayman jasonsaayman deleted the ci/branch-naming-release-v0x branch April 12, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit::fix The PR is related to a bugfix priority::medium A medium priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant