This repository was archived by the owner on Aug 9, 2026. It is now read-only.
chore: retire release-plz and finalize the archive banner - #207
Merged
Conversation
cryptify is versioned by postguard's workspace release-plz (tags `cryptify-v*`) and its image is published by postguard's delivery.yml since postguard#293. The release-plz jobs here were the last live half of that cutover: they re-opened a duplicate `chore: release v0.1.28` PR one minute after the previous one was closed, and archiving the repo with an open PR would strand it read-only. Also rewrites the README banner, which still told readers this repo was the only publisher of ghcr.io/encryption4all/cryptify and that its build/push steps must not be removed. Both are now false.
Contributor
|
Thanks for the detailed writeup, @rubenhensen — I'm on it. Reviewing this PR now: removal of the |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Last change before
encryption4all/cryptifyis archived — the step 7 of postguard#294 that postguard#293 unblocked.Retires
release-plz-release/release-plz-pr. postguard#293 moved the Docker publish over but deliberately left these two jobs alone. They are not inert: PR #161 was closed as superseded on 2026-08-07 12:46 andrelease-plz-prre-opened the identical PR (#205) at 12:47. The crate is versioned by postguard's workspace release-plz now — tagscryptify-v0.1.28onward — so a second release-plz cutting barev0.1.28here is a duplicate of a release that already shipped. Removing them also means the merge of this PR can't re-open #205 a third time, and an archived repo can't close an open PR (read-only), so the ordering matters.Rewrites the README banner, which still claimed this repository is the only publisher of
ghcr.io/encryption4all/cryptifyand that its build/push steps must not be removed. Both went false when postguard#293 landed, and once archived the README can't be corrected.The
qualityjob is left in place; archiving stops it from running anyway.