Skip to content

Make rc release possible#510

Merged
MiloszFilimowski merged 1 commit intomainfrom
fix-rc-release
Mar 26, 2026
Merged

Make rc release possible#510
MiloszFilimowski merged 1 commit intomainfrom
fix-rc-release

Conversation

@MiloszFilimowski
Copy link
Collaborator

Description

  • Add --tag rc to npm publish in the release workflow when the GitHub release is marked as a pre-release
  • Uses github.event.release.prerelease to conditionally append the tag across all four publish jobs (webrtc-client, ts-client, react-client, mobile-client)

Motivation and Context

Publishing a prerelease version (e.g. v0.26.0-rc.0) without --tag fails on npm 10+ because npm refuses to publish prereleases to the latest dist-tag by default.

Documentation impact

  • Documentation update required
  • Documentation updated in another PR
  • No documentation update required

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)

@MiloszFilimowski MiloszFilimowski merged commit 61de817 into main Mar 26, 2026
2 checks passed
@MiloszFilimowski MiloszFilimowski deleted the fix-rc-release branch March 26, 2026 15:00
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