release: compile v3.2.0 changelog#8
Merged
Merged
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
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
Compile the six pending
changelog.d/fragments into the generatedCHANGELOG.mdafter the 3.2.0 provider-broker policy/client changes merged.This is the release-preparation PR required before creating the signed annotated
v3.2.0tag. It changes only the generated changelog. The subsequent release remains policy-only: no native runtime artifact is present, installed, activated, or published.Scope
CHANGELOG.mdchanged.Validation
python3 scripts/build_skills.py --checkpython3 scripts/build_marketplace.py --checkpython3 scripts/build-changelog.py --check— six fragments matchpython3 -m unittest discover -s tests -t . -v— 273 passedpython3 -m unittest discover -s scripts -p 'test_*.py' -v— 254 passedpython3 scripts/check_release_consistency.pypython3 scripts/secret_scan.py— 175 source text files cleanpython3 scripts/check-public-export-safety.py --active-tree --history— safegit diff --checkPost-merge condition
After this PR merges, refresh a clean checkout of
main, runpython3 scripts/cut_release.py --dry-run, thenpython3 scripts/cut_release.py. Verify the signed annotated tag, release workflow, policy-only archive, checksum, SPDX evidence, and absence of a native runtime. Do not install or activate the plugin/runtime as part of this release.Compliance trace
author: Codex
standing_directives: generated changelog only, policy-only release, signed annotated tag, deterministic release and public-export validation
tier: 1
cross_check: N/A — deterministic generated-artifact release PR with no code, policy, runtime, or activation change
post_condition: exact commit 1317fad changes only CHANGELOG.md and passes 273 public tests, 254 script tests, archive evidence, secret scan, and active/history export safety
mcp_coverage_gap: NONE
contributor_rights: OWNER-AUTHORED
operator_reserved: yes