From 52e98c54cf9daa8673da08aa2b91070ef09918e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:22:27 +0000 Subject: [PATCH] Version Packages --- .changeset/review-version-sync.md | 5 ----- workflows/review/CHANGELOG.md | 6 ++++++ workflows/review/package.json | 2 +- workflows/review/review.md | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/review-version-sync.md diff --git a/.changeset/review-version-sync.md b/.changeset/review-version-sync.md deleted file mode 100644 index 5c4862e2..00000000 --- a/.changeset/review-version-sync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"review": patch ---- - -Keep the pinned `ref:` inside review.md in sync with the released version. The release flow's version command now runs `utils/sync-workflow-versions.ts` after `changeset version`, rewriting every workflow's pinned `-v` literals (for this workflow, the `ref:` inside review.md) to the version being released so the bump lands in the same Version Packages commit that gets tagged; `workflows/review/version-sync.test.ts` fails CI whenever the ref and the `review` package version diverge. Also bumps the currently stale ref from review-v1.2.2 to review-v1.4.0 (v1.3.0 through v1.4.0 shipped with the lagging ref, so an un-overridden consumer checked out a lib without `lib/provenance.ts`). diff --git a/workflows/review/CHANGELOG.md b/workflows/review/CHANGELOG.md index 57f04da1..52a49839 100644 --- a/workflows/review/CHANGELOG.md +++ b/workflows/review/CHANGELOG.md @@ -1,5 +1,11 @@ # review +## 1.4.1 + +### Patch Changes + +- 0fd89cb: Keep the pinned `ref:` inside review.md in sync with the released version. The release flow's version command now runs `utils/sync-workflow-versions.ts` after `changeset version`, rewriting every workflow's pinned `-v` literals (for this workflow, the `ref:` inside review.md) to the version being released so the bump lands in the same Version Packages commit that gets tagged; `workflows/review/version-sync.test.ts` fails CI whenever the ref and the `review` package version diverge. Also bumps the currently stale ref from review-v1.2.2 to review-v1.4.0 (v1.3.0 through v1.4.0 shipped with the lagging ref, so an un-overridden consumer checked out a lib without `lib/provenance.ts`). + ## 1.4.0 ### Minor Changes diff --git a/workflows/review/package.json b/workflows/review/package.json index 9cccef07..8a428fdc 100644 --- a/workflows/review/package.json +++ b/workflows/review/package.json @@ -1,4 +1,4 @@ { "name": "review", - "version": "1.4.0" + "version": "1.4.1" } diff --git a/workflows/review/review.md b/workflows/review/review.md index 90f9a207..4d4c88ba 100644 --- a/workflows/review/review.md +++ b/workflows/review/review.md @@ -210,7 +210,7 @@ pre-agent-steps: uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: repository: Khan/actions - ref: review-v1.4.0 + ref: review-v1.4.1 path: gh-aw-review-lib persist-credentials: false