Skip to content
This repository was archived by the owner on Aug 8, 2026. It is now read-only.

Wind down the package ahead of deprecation - #1707

Merged
tanem merged 1 commit into
masterfrom
chore/wind-down
Aug 8, 2026
Merged

Wind down the package ahead of deprecation#1707
tanem merged 1 commit into
masterfrom
chore/wind-down

Conversation

@tanem

@tanem tanem commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Every fleet repo now releases through the tanem/release-action composite action, so nothing depends on this package any more. This is the repo-side half of retiring it — the npm deprecation and the archive are owner steps that follow this merge, in that order.

The weekly release cron goes, so no release can fire from here again. The release npm script goes with it: the workflow was its only caller, and left in place it would regenerate the CHANGELOG.md this PR freezes.

CHANGELOG.md is frozen at v8.0.8 with a pointer to the README, and the README shrinks to a deprecation pointer at the action. Both stay clear of asserting the npm deprecation and the archive as already done, since neither has happened at merge time.

AUTHORS and its generation go too — the file, the authors command and module, its keywords, and the step in release() that regenerated the file on every release. The action has no successor for any of it, by design. .mailmap stays, because git honours it natively for shortlog and blame and it keeps author names normalised in the archived history. The changelog command stays as well: it is what the action replaces rather than drops.

npm test is green — typecheck, format, lint, build, and 5 tests across both jest configs.

@tanem tanem added the internal label Aug 8, 2026
Every fleet repo now releases through the tanem/release-action composite
action, so nothing depends on this package any more. This is the repo-side
half of retiring it; the npm deprecation and the archive follow.

The weekly release cron goes, so no release can fire from here again. The
release npm script goes with it — the workflow was its only caller, and left
in place it would regenerate the CHANGELOG.md this commit freezes.

CHANGELOG.md is frozen at v8.0.8 with a pointer to the README, and the README
shrinks to a deprecation pointer at the action. Both stay clear of asserting
the npm deprecation and the archive as done, since those are owner steps that
land after this commit.

AUTHORS and its generation go with it. The file itself, the authors command
and module, its keywords, and the step in release() that regenerated the file
on every release are all removed — the action has no successor for any of it,
by design. .mailmap stays: git honours it natively for shortlog and blame, so
it keeps author names normalised in the archived history. The changelog
command stays too — it is what the action replaces rather than drops.
@tanem
tanem force-pushed the chore/wind-down branch from 23d1f86 to 2637464 Compare August 8, 2026 19:10
@tanem
tanem merged commit 30bc02c into master Aug 8, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant