fix(changeset): retarget compare-gate changeset at @anarchitecture/ghost#85
Merged
gnahCnayR merged 1 commit intoMay 19, 2026
Merged
Conversation
PR block#78's changeset still references the pre-unification package name ghost-drift, which no longer exists as a workspace package on main. The Release workflow on the block#78 merge commit failed in 'changeset version' with: 'Found changeset add-compare-gate-mode for package ghost-drift which is not in the workspace'. Retarget at @anarchitecture/ghost (the unified package that ghost-drift folded into) so the next Release workflow run can produce a Version Packages PR. Verified locally with 'pnpm changeset status' — bumps @anarchitecture/ghost minor as intended. Also fix the changeset body to read 'ghost compare' instead of 'ghost-drift compare' to match the unified CLI surface. Refs https://github.com/block/ghost/actions/runs/26118777942/job/76814916209 Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019e2789-8b40-75ef-a9d0-adac2b13d89e
nahiyankhan
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Retargets
.changeset/add-compare-gate-mode.mdfromghost-drift(the pre-unification workspace package name) to@anarchitecture/ghost(the unified package onmain).Why
The Release workflow that fired on the #78 merge commit failed in the
Create Release PR or publishstep:Failing run: https://github.com/block/ghost/actions/runs/26118777942/job/76814916209
The changeset for PR #78 was written against the pre-unification package name
ghost-drift. When I rebased #78 ontomainafter the unified-package refactor landed, I updated the code (@ghost/core→#ghost-core, file paths underpackages/ghost/, regenerated the cli-manifest) but missed updating the changeset frontmatter. The error only surfaces post-merge because the Release workflow only runs onmain.Fix
ghost-driftto@anarchitecture/ghostghost-drift comparetoghost compareto match the unified CLI surfaceVerification