Skip to content

fix(ci): pass --no-workspaces-update to npm version in setup-sourcebot release#1420

Merged
msukkari merged 1 commit into
mainfrom
fix-setup-sourcebot-release-workspace-protocol
Jul 2, 2026
Merged

fix(ci): pass --no-workspaces-update to npm version in setup-sourcebot release#1420
msukkari merged 1 commit into
mainfrom
fix-setup-sourcebot-release-workspace-protocol

Conversation

@msukkari

@msukkari msukkari commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Improved the release workflow to handle version bumps more consistently in workspace-based projects.
    • Reduced unnecessary workspace metadata updates during version calculation, helping keep release metadata cleaner.

…t release

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

@msukkari your pull request is missing a changelog!

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f178f64c-b4eb-4d8d-baa5-ff19063b4d82

📥 Commits

Reviewing files that changed from the base of the PR and between 650e37e and 2a2c687.

📒 Files selected for processing (1)
  • .github/workflows/release-setup-sourcebot.yml

Walkthrough

The release workflow's "Bump version" step is updated to add the --no-workspaces-update flag to the npm version command, preventing workspace version metadata from being updated when bumping the setupWizard package version.

Changes

CI Workflow Update

Layer / File(s) Summary
Bump version flag addition
.github/workflows/release-setup-sourcebot.yml
Adds --no-workspaces-update flag to the npm version invocation in the Bump version step.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • sourcebot-dev/sourcebot#1279: Introduces the same release workflow with its original npm version-based bump/publish flow that this PR modifies.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the single workflow change: adding --no-workspaces-update to npm version in the setup-sourcebot release job.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-setup-sourcebot-release-workspace-protocol

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@msukkari msukkari merged commit 54e90be into main Jul 2, 2026
9 checks passed
@msukkari msukkari deleted the fix-setup-sourcebot-release-workspace-protocol branch July 2, 2026 19:37
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.

1 participant