Skip to content

fix(release): correct package name in rename-hire-to-cast changeset#1468

Merged
tamirdresher merged 1 commit into
bradygaster:devfrom
yeshurin:fix/changeset-rename-hire-to-cast-pkg-name
Jul 13, 2026
Merged

fix(release): correct package name in rename-hire-to-cast changeset#1468
tamirdresher merged 1 commit into
bradygaster:devfrom
yeshurin:fix/changeset-rename-hire-to-cast-pkg-name

Conversation

@yeshurin

Copy link
Copy Markdown
Contributor

What

.changeset/rename-hire-to-cast.md declared the bare package name squad-cli, which is not a
workspace package. Corrected to the real scoped name @bradygaster/squad-cli — matching every
other fragment in .changeset/. One line, one file.

Why

@changesets/assemble-release-plan (behind changeset status / changeset version) resolves
each fragment's package against the workspace. squad-cli resolves to nothing and throws:

Found changeset rename-hire-to-cast for package squad-cli which is not in the workspace

so the hire → cast changelog entry and its minor bump would be lost at release. Verified
against @changesets/assemble-release-plan v6: before → throws; after → resolves
@bradygaster/squad-cli@minor cleanly.

Scope

  • One line in one file; no other changesets or CI touched.
  • No accompanying changeset needed — the diff touches only .changeset/, which the CHANGELOG
    gate treats as "not applicable" (only packages/squad-(sdk|cli)/src/ and governed template
    paths require one).
  • Optional follow-up (not in this PR): a changeset status check in CI would catch this class
    of error before release.

Closes #1467

Powered By Elad Coding Assistant

The frontmatter declared the bare "squad-cli", which is not a workspace
package, so @changesets/assemble-release-plan throws and the hire→cast
changelog entry / minor bump would be lost at release. Corrected to the
real workspace package name "@bradygaster/squad-cli".

Co-authored-by: Elad Coding Assistant <yeshurin@gmail.com>
@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

🛫 PR Readiness Check

ℹ️ This comment updates on each push. Last checked: commit d164b68

PR Scope: 🔧 Infrastructure

⚠️ 1 item(s) to address before review

Status Check Details
Single commit 1 commit — clean history
Not in draft Ready for review
Branch up to date Up to date with dev
Copilot review No Copilot review yet — it may still be processing
Changeset present Changeset file found
Scope clean No .squad/ or docs/proposals/ files
No merge conflicts No merge conflicts
Copilot threads resolved No Copilot review threads
CI passing All checks passing

Files Changed (1 file, +1 −1)

File +/−
.changeset/rename-hire-to-cast.md +1 −1

Total: +1 −1


This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.

@github-actions

Copy link
Copy Markdown
Contributor

🟢 Impact Analysis — PR #1468

Risk tier: 🟢 LOW

📊 Summary

Metric Count
Files changed 1
Files added 0
Files modified 1
Files deleted 0
Modules touched 1

🎯 Risk Factors

  • 1 files changed (≤5 → LOW)
  • 1 module(s) touched (≤1 → LOW)

📦 Modules Affected

root (1 file)
  • .changeset/rename-hire-to-cast.md

This report is generated automatically for every PR. See #733 for details.

@yeshurin yeshurin marked this pull request as ready for review July 12, 2026 09:35
@tamirdresher tamirdresher merged commit 97223e0 into bradygaster:dev Jul 13, 2026
8 checks passed
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.

Release: changeset "rename-hire-to-cast" names a non-workspace package ("squad-cli"), breaking changeset version

2 participants