Skip to content

Add rc publishing for stage branch#190

Draft
Copilot wants to merge 3 commits into
masterfrom
copilot/add-rc-publishing-for-stage
Draft

Add rc publishing for stage branch#190
Copilot wants to merge 3 commits into
masterfrom
copilot/add-rc-publishing-for-stage

Conversation

Copilot AI commented May 28, 2026

Copy link
Copy Markdown
Contributor

The publish workflow only published packages from master. Stage branch builds now publish release-candidate packages under the rc npm dist-tag.

  • Workflow trigger

    • Include stage in the existing publish workflow branch list.
  • Publish behavior

    • Keep master publishing unchanged.
    • On stage, set a unique prerelease version from the workflow run metadata before publishing:
pnpm version "<base>-rc.<run_number>.<run_attempt>" --no-git-tag-version
pnpm publish --tag rc

Copilot AI changed the title [WIP] Add rc publishing for stage branch Add rc publishing for stage branch May 28, 2026
Copilot AI requested a review from AleksandarDev May 28, 2026 14:26
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.

[CI] Add rc publishing for stage branch

2 participants