chore(common): bump submodule to d424d6a (GOV-39 no-compose CLI) #87
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/YTCLI-33-bump-common-submodule"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Bump the
common/submodule gitlink fromcb1fee9to common'sorigin/maintipd424d6a, pulling in psa-systems/common PR #8 (feat(hooks): support no-compose CLI repos in common.just, GOV-39).Why
just create-release minoraborted withWorking tree is dirty. Please stash or commit your changes first.The localcommon/checkout had drifted to the pre-merge commite0bf775(the branch commit that becamecb1fee9), sogit statusreportedM common (new commits)and the release recipe stopped before doing anything. Separately, the pin was two commits behind upstream. Pinning to the realorigin/maintip both cleans the tree and picks up the newer no-compose CLI hook/create-release logic this workspace relies on.Verification
git submodule statusshowsheads/mainwith no+/-prefix (checkout matches pin).git statusclean after the gitlink commit.just pre-commitgreen (fmt + clippy + build + test, 192 + 78 tests pass) inside the rust-builder image.just --listresolves; the newpre-commit-dockerrecipe from GOV-39 is present.Closes #YTCLI-33.