Fold v0.4.1 changelog before tagging the GitHub Release - #119
Merged
Conversation
Move Unreleased scanner, lint, guard, clipboard, and robustness notes under the v0.4.1 heading so the tagged tree matches the release. Record that verify_release_install writes SHA256SUMS.txt into dist/ for the GitHub Release upload. Co-authored-by: Byte271 <byte271@users.noreply.github.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
byte271
marked this pull request as ready for review
September 2, 2026 15:36
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.
Package version is already 0.4.1. This is not a version bump.
CHANGELOG.mdstill listed scanner, lint, guard, clipboard, robustness, and audit notes under Unreleased while## v0.4.1only had the five-layer mix notes. Fold those notes intov0.4.1so the immutable tag matches the tree that will be published.Also record in
docs/release.md(and lock it with a test) thattools/verify_release_install.pywritesSHA256SUMS.txtintodist/before the Linux job uploads that directory.gh release create ... release-dist/*therefore publishes the checksum file the Unix and Windows installers require. Same pattern as the existing v0.4.0 assets.After this merges to green
main:v0.4.1on that merge commit (do not retagv0.4.0).publish_github_release=trueon that SHA.docs/install.md.mark.q1z.org,demo.html,d.q1z.org/mark) stays manual.Frozen confirmation artifacts and the published v0.4.0 wheel are unchanged.