My previous patch to embed git version info in nodeinfo had some issues, like it produced `2024.4.4-249-g04d45859e6` when building on current `develop`, which is arguably correct but not helpful (it should really say `2025.5.2-dev` somewhere!) * if we're on a tag, trust `package.json` * if we're not, *append* the current commit hash so for example, building on `stable` right now gets you `2025.4.4`, and building on the parent of this commit gets you `2025.5.2-dev+g04d45859e6` the `+` is correct according to https://semver.org/ |
||
|---|---|---|
| .. | ||
| changelog-checker | ||
| build-assets.mjs | ||
| build-pre.js | ||
| clean-all.js | ||
| clean.js | ||
| dev.mjs | ||
| tarball.mjs | ||
| trim-deps.mjs | ||