docs: sync release version to 6.0.0 and add docs version consistency check#2372
Closed
SatoryKono wants to merge 1 commit intomainfrom
Closed
docs: sync release version to 6.0.0 and add docs version consistency check#2372SatoryKono wants to merge 1 commit intomainfrom
SatoryKono wants to merge 1 commit intomainfrom
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Owner
Author
|
Superseded by #2374. |
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.
Motivation
Current Versionis accurate for the v6.0.0 release and prevent future desynchronization betweenpyproject.tomland docs.Description
docs/00-project/index.mdCurrent Versiontov6.0.0with release date2026-02-18and refreshed theLast updateddate to2026-02-24.docs/00-project/00-map.mdheader metadata to include the current release and updated last-updated date.scripts/check_docs_version_sync.py, a small validator that readsproject.versionfrompyproject.tomland compares it to the**vX.Y.Z** (YYYY-MM-DD)entry indocs/00-project/index.md, exiting non‑zero on mismatch..github/CONTRIBUTING.mdrequiring contributors to updatedocs/00-project/index.mdfor releases and to run the new check as part of release PRs.Testing
uv run python scripts/check_docs_version_sync.pyand it returned success (prints "Version sync OK"), confirming parity withpyproject.toml.uv run ruff check scripts/check_docs_version_sync.pywhich passed after fixing linter-reportedprintusage tosys.stdout/sys.stderrwrites.uv run ruff format scripts/check_docs_version_sync.pyto apply formatting; formatting step completed successfully.pip-auditexecutable and an existing legacy config path warning); the script was adjusted for lint rules and verification commands above were re-run successfully.Codex Task