From 27a3aa8e3cddb058cb7219eb106128a806d5e9cb Mon Sep 17 00:00:00 2001 From: os-zhuang Date: Fri, 3 Jul 2026 00:40:02 +0800 Subject: [PATCH] ci: bump downstream hotcrm smoke ref to v1.2.1 (ADR-0085 digestion) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4612727920..400b381b24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,11 @@ jobs: # The deterministic in-repo floor is @objectstack/downstream-contract; # this is the live ceiling. env: - HOTCRM_REF: v1.2.0 + # v1.2.1: hotcrm dropped the ObjectSchema `detail` block removed by + # ADR-0085 (hotcrm#423) — the intended break, explicitly digested + # downstream. Bump this ref whenever a deliberate spec surface + # removal ships a matching hotcrm release. + HOTCRM_REF: v1.2.1 run: bash scripts/downstream-smoke.sh - name: Create Release Pull Request or Publish to npm