Skip to content

Commit 2ea5b10

Browse files
os-zhuangclaude
andauthored
ci: bump downstream hotcrm smoke ref to v1.2.1 (ADR-0085 digestion) (#2524)
The pre-publish smoke pins hotcrm at a published release; v1.2.0 still authored the ObjectSchema detail block that ADR-0085 removed, so the gate (correctly) blocked the publish. hotcrm v1.2.1 (hotcrm#423) drops the dead block — a proven no-op — so the intended break is now explicitly digested downstream and the pin moves forward. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 5178906 commit 2ea5b10

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ jobs:
7070
# The deterministic in-repo floor is @objectstack/downstream-contract;
7171
# this is the live ceiling.
7272
env:
73-
HOTCRM_REF: v1.2.0
73+
# v1.2.1: hotcrm dropped the ObjectSchema `detail` block removed by
74+
# ADR-0085 (hotcrm#423) — the intended break, explicitly digested
75+
# downstream. Bump this ref whenever a deliberate spec surface
76+
# removal ships a matching hotcrm release.
77+
HOTCRM_REF: v1.2.1
7478
run: bash scripts/downstream-smoke.sh
7579

7680
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)