chore(common): re-pin submodule to main after GOV-38 merge #83

Merged
David merged 1 commit from chore/YTCLI-28-repin-common-to-main into main 2026-07-02 13:29:12 +02:00
Owner

Summary

Re-pin the common git submodule to common main HEAD (cb1fee9).

PR #82 landed the common-submodule adoption with the gitlink pinned to the interim feature commit e0bf775 while GOV-38 (common#7) was still in review. #7 has since merged to common main as cb1fee9, so this moves the pin to the merge commit on main rather than an intermediate ancestor. Functionally equivalent (e0bf775 was already reachable from common's main); this is pin hygiene.

Verification

  • git ls-tree HEAD common -> cb1fee9.
  • just --evaluate resolves release_layout=workspace, release_manifest=crates/yt-cli/Cargo.toml, release_crate=youtrack-cli; just --list shows create-release (+ -generic/-workspace) from common.
  • just pre-commit green.

#YTCLI-28

## Summary Re-pin the `common` git submodule to common `main` HEAD (`cb1fee9`). PR #82 landed the common-submodule adoption with the gitlink pinned to the interim feature commit `e0bf775` while GOV-38 (common#7) was still in review. #7 has since merged to common `main` as `cb1fee9`, so this moves the pin to the merge commit on `main` rather than an intermediate ancestor. Functionally equivalent (`e0bf775` was already reachable from common's `main`); this is pin hygiene. ## Verification - `git ls-tree HEAD common` -> `cb1fee9`. - `just --evaluate` resolves `release_layout=workspace`, `release_manifest=crates/yt-cli/Cargo.toml`, `release_crate=youtrack-cli`; `just --list` shows `create-release` (+ `-generic`/`-workspace`) from common. - `just pre-commit` green. #YTCLI-28
chore(common): re-pin submodule to main after GOV-38 merge
All checks were successful
Check / fmt + clippy + build + tests (pull_request) Successful in 24s
Create release / Create release from merged PR (pull_request) Has been skipped
5a05f30046
PR #82 pinned the common submodule at the interim feature commit e0bf775 while GOV-38 (common#7) was in review. #7 merged to common main as cb1fee9, so move the gitlink to main HEAD; the pin now references the merge commit on common's main rather than an intermediate ancestor.

#YTCLI-28

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
David merged commit 51a75767de into main 2026-07-02 13:29:12 +02:00
David deleted branch chore/YTCLI-28-repin-common-to-main 2026-07-02 13:29:13 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
pandoras-box/youtrack-cli!83
No description provided.