docs: align release instructions with prep branch#90
Merged
Conversation
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.
Release Preparation: Zenzic v0.9.1
This PR contains the complete codebase alignment and bug fixes preparing Zenzic for version
0.9.1.Highlights of Changes
Unified Score Exclusions Pipeline (Fixes Score Discrepancies):
zenzic score(_run_all_checksin_standalone.py) withcheck allby routing it through the unified_collect_all_results->_to_findingspipeline.per_file_ignoresanddirectory_policiesfiltering is applied identically to scorer calculations, resolving discrepancies where suppressed/exempt rules still penalized DQS.Repository-Relative Path Resolution:
scanner.py), check runner (_check.py), findings reporter (reporter.py), and governance filter (_governance.py) to strictly resolve all paths relative to the repository root (repo_root) instead of the documentation root (docs_root).Badge Stamping Path Awareness:
score --stampandscore --check-stampto resolve relative to the target repository's root (repo_root) rather than the process's working directory, allowing sovereign targeting.Rules & Lab Extension:
Z107 CIRCULAR_ANCHOR(self-referential anchor link) andZ104 FILE_NOT_FOUNDunder the core engine, sandbox examples, and tests.Changelog:
v0.9.0release notes tochangelogs/v0.9.mdand detailedv0.9.1changes in the mainCHANGELOG.md.Verification
pytest) runs cleanly: 1620 tests passed successfully.just verifypre-push gate (lints, tests, strict checks, stamping, freshness verification).