Add Chronus config for Python SDK changelog management#45262
Open
Add Chronus config for Python SDK changelog management#45262
Conversation
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add chronus config file for Python changelog
Add Chronus config for changelog management
Feb 19, 2026
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Copilot
AI
changed the title
Add Chronus config for changelog management
Add Chronus config with Python SDK CHANGELOG-aligned change kinds
Feb 19, 2026
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Copilot
AI
changed the title
Add Chronus config with Python SDK CHANGELOG-aligned change kinds
Add Chronus config for Python SDK changelog management
Feb 19, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces Chronus changelog management for the Python SDK by adding a configuration file that automates changelog tracking across all Python packages in the repository.
Changes:
- Adds
.chronus/config.yamlwith package discovery, changelog generation, and version bump rules - Maps six change kinds (breaking, feature, deprecation, fix, dependencies, internal) to Python SDK CHANGELOG conventions
- Configures file patterns to trigger changelog requirements only for SDK code changes
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.
Adds
.chronus/config.yamlto enable Chronus changelog tracking across Python SDK packages.Config highlights
packages: Discovers all Python packages atsdk/*/*using thepipworkspace manager (readspyproject.tomlfor name/version)changeKinds: Titles map exactly to Python SDK CHANGELOG section conventions —Breaking Changes,Features Added,Bugs Fixed,Other ChangeschangedFiles: Requires changelog only for changes undersdk/**, excluding*.mdand test files (test_*.py,*_test.py)changelog: Uses@chronus/github/changeloggenerator with PR/commit enrichment targetingazure/azure-sdk-for-pythonbreakingfeaturedeprecationfixdependenciesinternal🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.