Skip to content

build(ui-scripts): add prerelease option to the bump script for security releases#2559

Merged
HerrTopi merged 1 commit into
masterfrom
security-bump
May 15, 2026
Merged

build(ui-scripts): add prerelease option to the bump script for security releases#2559
HerrTopi merged 1 commit into
masterfrom
security-bump

Conversation

@HerrTopi
Copy link
Copy Markdown
Contributor

@HerrTopi HerrTopi commented May 15, 2026

Summary

  • Adds prerelease as a supported value for ui-scripts bump so security releases can be cut via pnpm run bump --releaseType=prerelease, producing versions tagged x.y.z-SECURITY.N via lerna's --preid=SECURITY.
  • Skips writing versioned exports entries to package.json files when the release is a SECURITY prerelease, since those entries are reserved for real minor/major releases.
  • also added scripts to package.json to make specific bumps easier

Test plan

  • Run pnpm run bump --releaseType=prerelease locally and verify packages bump to x.y.z-SECURITY.0
  • Verify no new versioned exports keys are added to package.json files during the prerelease bump
  • Run pnpm run bump --releaseType=patch (or minor) and confirm existing behavior is unchanged (normal bump + exports entries added)

@HerrTopi HerrTopi requested review from balzss and matyasf and removed request for balzss May 15, 2026 09:57
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 15, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-05-15 10:44 UTC

@github-actions
Copy link
Copy Markdown

Visual regression report

No changes.

Status Count
Unchanged 32
Changed 0
New 0
Removed 0

📊 View full report

Baselines come from the visual-baselines branch. They refresh on every merge to master.

github-actions Bot pushed a commit that referenced this pull request May 15, 2026
@balzss balzss self-requested a review May 15, 2026 10:34
@HerrTopi HerrTopi merged commit 27a3681 into master May 15, 2026
8 checks passed
@HerrTopi HerrTopi deleted the security-bump branch May 15, 2026 10:43
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.

3 participants