docs: archive notice pointing at the release pipeline - #22
Conversation
Releases now come from the fc-versions pipeline and its versioning scheme; this repository stops receiving updates and will be archived. Signed-off-by: Babis Chalios <babis.chalios@e2b.dev>
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 7a2ae43. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Additional findings (outside the current diff — GitHub can't attach inline comments there):
-
🟡
README.md— New archive notice (lines 1-7) contradicts the untouched '## Releases' section: it says releases here get 'no further updates' and real releases now come from e2b-dev/infra's fc-versions pipeline, but lines 89-94 still tell readers 'New Firecracker versions are released via the GitHub repository releases page ... typically every two or three months' and point at docs/RELEASE_POLICY.md as if this repo's release process is still active.Extended reasoning...
A reader who scrolls past the top banner reaches the Releases section and is told, contrary to the banner, that this repo actively cuts new releases every 2-3 months per docs/RELEASE_POLICY.md; they file issues/PRs expecting new releases here or rely on stale release-policy timing, whereas before this diff there was no such contradiction (the repo's own docs consistently described it as active). A correct fix updates or removes the Releases section text so it matches the new archived/frozen status stated in the banner.
Verification: nit. The new archive banner at README.md:1-7 says "This repository is archived ... receive no further updates," while the untouched Releases section at README.md:89-94 still says "New Firecracker versions are released via the GitHub repository [releases] page, typically every two or three months" and points at docs/RELEASE_POLICY.md as an active policy. Within the merged README these two passa
Prepends an archive notice to the README ahead of archiving this repository: releases are built by the fc-versions pipeline in e2b-dev/infra under the
vX.Y-<major.minor.patch>scheme and published to the public artifact bucket; the branches and tags here stay readable for reference.Deliberately does not say where fork development moved — no private-repo references in public text.
Merge, then: archive the repository and remove it from the App installation (org-admin actions).