You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: record release-all-missing.yml and the job-level matrix fix.
The two newest changes were not in CHANGELOG-fork.md: the release-all-missing
workflow with the platforms filter, and the fix for that filter being written
as a job-level `if:`, which GitHub will not load because `matrix` is not
available there.
Both entries link their own commit, and every commit link in the file resolves
from HEAD.
Thanks to xet7 !
doc: add CHANGELOG-fork.md, what this fork adds and why
Upstream's CHANGELOG.md is upstream's, and appending to it would mix the two
histories and conflict on every merge. This is a separate file for the fork's
own changes, so what wekan/node adds on top of nodejs/node can be read without
running git log, and so a reader can tell at a glance which platforms are built
and which are deliberately not.
Every entry links its commit. The base is recorded as an upstream commit link
too: v24.18.1, which is the tip of nodejs/node v24.x, so the fork carries no
upstream backlog at the time of writing.
It also records the two places where this fork touches SHIPPED source rather
than build configuration - the zlib SIMD flags and the V8 template
disambiguator - because those are the ones that matter when the base is next
moved forward.
Thanks to xet7 !