Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/review-version-sync.md

This file was deleted.

6 changes: 6 additions & 0 deletions workflows/review/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<name>-v<semver>` 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
Expand Down
2 changes: 1 addition & 1 deletion workflows/review/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "review",
"version": "1.4.0"
"version": "1.4.1"
}
2 changes: 1 addition & 1 deletion workflows/review/review.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading