Skip to content

chore(deps): take the orchestrator releases that survive a moving branch - #228

Merged
Mearman merged 1 commit into
mainfrom
chore/bump-srw
Sep 20, 2026
Merged

Mearman merged 1 commit into
mainfrom
chore/bump-srw

Conversation

@Mearman

@Mearman Mearman commented Sep 20, 2026

Copy link
Copy Markdown
Member

Moves @exadev/semantic-release-workspace from 3.0.0 to 3.0.2.

3.0.1 is the one that matters here. It retries a commitStrategy: 'single' release whose atomic push lost a race to the branch, which is the strategy this workspace runs. Before it, a commit landing on main between the job checking out and its push cost the entire run: documents.js lost two consecutive releases to exactly that in nine minutes once a merge queue started landing pull requests continuously. See ExaDev/semantic-release-workspace#38.

3.0.2 fixes the per-package strategy, where a branch moving mid-run could leave the workspace partly released with the run still reporting success (ExaDev/semantic-release-workspace#40). This repository does not use that strategy, so it changes nothing here.

Both majors between 3.0.0 and here were already crossed

Nothing to do for either, but I checked rather than assumed:

  • 2.0.0 requires Node 22.18 or later and bans non-erasable syntax in TypeScript config files. ts/.tool-versions pins nodejs 26, and ts/release-workspace.config.ts uses neither enum nor namespace.
  • 3.0.0 stops a package marked private from creating a GitHub Release. This repository already adopted that in c047d11, the commit that took 3.0.0 and removed the packagePlugins block which had been forcing @semantic-release/github onto the private packages by hand. So there is no behaviour change left to absorb.

Bumped with the package manager, so the pin stays exact and the lockfile moved with it.

3.0.0 to 3.0.2. 3.0.1 retries a single-commit release whose atomic push
lost a race to the branch, which this workspace uses: before it, a
commit landing on main between the job checking out and its push cost
the whole run. 3.0.2 fixes the per-package strategy, which this
workspace does not use, so it changes nothing here.

Neither of 3.0.0 major predecessors needs anything of this repository.
2.0.0 requires Node 22.18 or later and bans non-erasable syntax in
TypeScript config files; .tool-versions pins 26 and the config uses
neither enum nor namespace. 3.0.0 stops a package marked private
creating a GitHub Release, which this repository already adopted in
c047d11 when it took 3.0.0 and removed the packagePlugins block that had
been forcing that behaviour by hand.
@Mearman
Mearman marked this pull request as ready for review September 20, 2026 15:41
@Mearman
Mearman merged commit 733da34 into main Sep 20, 2026
8 checks passed
@Mearman
Mearman deleted the chore/bump-srw branch September 20, 2026 15:41
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 20, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review ✅ Completed 2026-09-20T15:46:44.583819Z 845ef8a Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant