chore(common): bump submodule to d424d6a (GOV-39 no-compose CLI) #87

Merged
David merged 1 commit from chore/YTCLI-33-bump-common-submodule into main 2026-07-02 18:20:56 +02:00
Owner

What

Bump the common/ submodule gitlink from cb1fee9 to common's origin/main tip d424d6a, pulling in psa-systems/common PR #8 (feat(hooks): support no-compose CLI repos in common.just, GOV-39).

Why

just create-release minor aborted with Working tree is dirty. Please stash or commit your changes first. The local common/ checkout had drifted to the pre-merge commit e0bf775 (the branch commit that became cb1fee9), so git status reported M common (new commits) and the release recipe stopped before doing anything. Separately, the pin was two commits behind upstream. Pinning to the real origin/main tip both cleans the tree and picks up the newer no-compose CLI hook/create-release logic this workspace relies on.

Verification

  • git submodule status shows heads/main with no +/- prefix (checkout matches pin).
  • git status clean after the gitlink commit.
  • just pre-commit green (fmt + clippy + build + test, 192 + 78 tests pass) inside the rust-builder image.
  • just --list resolves; the new pre-commit-docker recipe from GOV-39 is present.

Closes #YTCLI-33.

## What Bump the `common/` submodule gitlink from `cb1fee9` to common's `origin/main` tip `d424d6a`, pulling in psa-systems/common PR #8 (`feat(hooks): support no-compose CLI repos in common.just`, GOV-39). ## Why `just create-release minor` aborted with `Working tree is dirty. Please stash or commit your changes first.` The local `common/` checkout had drifted to the pre-merge commit `e0bf775` (the branch commit that became `cb1fee9`), so `git status` reported `M common (new commits)` and the release recipe stopped before doing anything. Separately, the pin was two commits behind upstream. Pinning to the real `origin/main` tip both cleans the tree and picks up the newer no-compose CLI hook/create-release logic this workspace relies on. ## Verification - `git submodule status` shows `heads/main` with no `+`/`-` prefix (checkout matches pin). - `git status` clean after the gitlink commit. - `just pre-commit` green (fmt + clippy + build + test, 192 + 78 tests pass) inside the rust-builder image. - `just --list` resolves; the new `pre-commit-docker` recipe from GOV-39 is present. Closes #YTCLI-33.
chore(common): bump submodule to d424d6a (GOV-39 no-compose CLI)
All checks were successful
Check / fmt + clippy + build + tests (pull_request) Successful in 37s
Create release / Create release from merged PR (pull_request) Has been skipped
04f236805b
Advance the common submodule gitlink from cb1fee9 to common's origin/main tip d424d6a, pulling in PR #8 (feat(hooks): support no-compose CLI repos in common.just, GOV-39). The local checkout had drifted to the pre-merge commit e0bf775, leaving a dirty tree that aborted `just create-release` with "Working tree is dirty". Pinning to the real origin/main tip cleans the tree (git submodule status shows no +/- prefix) and unblocks the release recipe.

#YTCLI-33
David merged commit 414694218d into main 2026-07-02 18:20:56 +02:00
David deleted branch chore/YTCLI-33-bump-common-submodule 2026-07-02 18:20:57 +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!87
No description provided.