Add dependency-aware release versioning#230
Merged
Merged
Conversation
clelange
marked this pull request as ready for review
July 18, 2026 08:41
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
mkdocs-material==X.Y.ZversionWhy
Release Drafter v7 warns about the legacy category, exclusion, and version-resolver fields. Its SemVer resolver also coerces tags such as
9.7.7.1to three components, so it cannot natively express this repository's existing sub-patch release convention.The new standard-library resolver compares the current core pin with all published stable package tags. Core updates draft the exact upstream version, while unchanged core versions advance the fourth component. Unpublished plugin changes continue to coalesce into the same draft.
Impact
Releases remain drafts and are still published manually. Publishing continues to trigger the existing multi-architecture image workflow. Non-requirements pushes no longer update the release draft, though their changes can appear when the next dependency release is drafted.
Validation
python3 -m unittest discover -s .github/scripts -p 'test_*.py'— 12 tests passversion=9.7.7git diff --checkpasses