chore(common): re-pin submodule to main after GOV-38 merge #83
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/YTCLI-28-repin-common-to-main"
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?
Summary
Re-pin the
commongit submodule to commonmainHEAD (cb1fee9).PR #82 landed the common-submodule adoption with the gitlink pinned to the interim feature commit
e0bf775while GOV-38 (common#7) was still in review. #7 has since merged to commonmainascb1fee9, so this moves the pin to the merge commit onmainrather than an intermediate ancestor. Functionally equivalent (e0bf775was already reachable from common'smain); this is pin hygiene.Verification
git ls-tree HEAD common->cb1fee9.just --evaluateresolvesrelease_layout=workspace,release_manifest=crates/yt-cli/Cargo.toml,release_crate=youtrack-cli;just --listshowscreate-release(+-generic/-workspace) from common.just pre-commitgreen.#YTCLI-28