feat: modernize CI toolchain#1
Merged
dcoraboeuf merged 5 commits intoMay 6, 2026
Merged
Conversation
…e; fix subfolder action.yml asset glob
Contributor
Author
|
@dcoraboeuf here is another in the batch for your review |
Contributor
|
Available in 1.0.3. Thanks for your contribution again @rathpc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Modernize
cli-library— refreshsemantic-releasedeps, standardize.releasercrules, update CI workflow to Node 24 +actions/checkout@v6+ floating-tag step, and addCLAUDE.md.This is a deliberately lighter-touch upgrade than the Wave 2 sibling repos — cli-library has no JavaScript source (its subfolders are composite actions, YAML-only), so esbuild/Jest/DI patterns don't apply. The work here is dep hygiene + release-config standardization + workflow refresh.
What changed
semantic-release: 19 → 25 (latest stable).@semantic-release/changelogrefreshed to 6.0.3.engines.node: added>=24for consistency with the repo family (release workflow runs Node 24)..releaserc: standardized to the patch-on-every-commit-type rule set used across the repo family.assetsglob updated fromaction.yml(no path prefix — matched nothing in this subfolder-organized repo) to*/action.ymlso subfolder action files are committed by the release commit when they change. This was a latent bug — the previous config silently did nothing with theaction.ymlasset entry.actions/checkout@v4→@v6.cli-configref pinned to@v1.3.0exact (cli-config has no floating major tag yet — will bump to@v2in a follow-up after cli-config's Wave 2 PR ships). New "Update floating major/minor tags" step. Self-test step gated onvars.YONTRACK_URL != ''so fork PRs without that var don't fail.CLAUDE.md.Follow-ups (intentionally NOT in this PR)
cli-installreference from@v1.1.0(current exact pin) to@v2(floating major) oncecli-installships its Node 24 upgrade. That upgrade is being prepared but blocked on@nemerosa/ontrack-github-actions-module-installpackage read-access for outside contributors. Once the cli-install PR merges, a one-line follow-up here can bump the ref.cli-config@v1.3.0in this workflow to@v2floating once cli-config's Wave 2 PR ships.Why this is breaking
The release workflow now requires Node 24 to run
npx semantic-release. Self-hosted runners on older Node will fail. GitHub-hosted runners support Node 24 natively.Test plan
npm ci+ the gatedYontrack configurationstep on internal PRs)vXandvX.Yexist after releaseSquash-merge commit message
When merging, please use this exact commit body: