fix(semrel-fork): direct binary not npx (prune guard) #65

Open
agent-builder wants to merge 1 commit from fix/semrel-fork-direct-binary into main
Member

Mirrors webgrip/workflows#36 into this local fork of the semantic-release-monorepo action: run ./node_modules/.bin/semantic-release instead of npx, which can prune the --no-save config/monorepo as extraneous (erfbeeld runs 116/1069). Org-wide robustness (plan T5).

Mirrors webgrip/workflows#36 into this local fork of the semantic-release-monorepo action: run ./node_modules/.bin/semantic-release instead of npx, which can prune the --no-save config/monorepo as extraneous (erfbeeld runs 116/1069). Org-wide robustness (plan T5).
fix(semrel-fork): run ./node_modules/.bin/semantic-release, not npx (prune guard)
All checks were successful
[Workflow] On Source Change / Guard: per-image .releaserc.cjs present (push) Successful in 21s
[Workflow] On Source Change / Determine Changed Directories (push) Successful in 1m23s
[Workflow] On Source Change / Determine changed images (push) Successful in 0s
5707fbb8de
Mirrors the shared composite fix (webgrip/workflows#36). This fork
installs @webgrip/semantic-release-config + semantic-release-monorepo
--no-save, then ran 'npx semantic-release' — npx can reify the dep-less
tree and prune both as extraneous ('Cannot find module', the erfbeeld
runs 116/1069 signature). The direct binary can't trigger that.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
All checks were successful
[Workflow] On Source Change / Guard: per-image .releaserc.cjs present (push) Successful in 21s
[Workflow] On Source Change / Determine Changed Directories (push) Successful in 1m23s
[Workflow] On Source Change / Determine changed images (push) Successful in 0s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/semrel-fork-direct-binary:fix/semrel-fork-direct-binary
git switch fix/semrel-fork-direct-binary

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff fix/semrel-fork-direct-binary
git switch fix/semrel-fork-direct-binary
git rebase main
git switch main
git merge --ff-only fix/semrel-fork-direct-binary
git switch fix/semrel-fork-direct-binary
git rebase main
git switch main
git merge --no-ff fix/semrel-fork-direct-binary
git switch main
git merge --squash fix/semrel-fork-direct-binary
git switch main
git merge --ff-only fix/semrel-fork-direct-binary
git switch main
git merge fix/semrel-fork-direct-binary
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
webgrip/infrastructure!65
No description provided.