Skip to content

Add Chronus config for Python SDK changelog management#45262

Open
Copilot wants to merge 4 commits intomainfrom
copilot/add-chronus-config-file
Open

Add Chronus config for Python SDK changelog management#45262
Copilot wants to merge 4 commits intomainfrom
copilot/add-chronus-config-file

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

Adds .chronus/config.yaml to enable Chronus changelog tracking across Python SDK packages.

Config highlights

  • packages: Discovers all Python packages at sdk/*/* using the pip workspace manager (reads pyproject.toml for name/version)
  • changeKinds: Titles map exactly to Python SDK CHANGELOG section conventions — Breaking Changes, Features Added, Bugs Fixed, Other Changes
  • changedFiles: Requires changelog only for changes under sdk/**, excluding *.md and test files (test_*.py, *_test.py)
  • changelog: Uses @chronus/github/changelog generator with PR/commit enrichment targeting azure/azure-sdk-for-python
Kind Version bump CHANGELOG section
breaking major Breaking Changes
feature minor Features Added
deprecation minor Other Changes
fix patch Bugs Fixed
dependencies patch Other Changes
internal none Other Changes

🔒 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.

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
Copilot AI requested a review from l0lawrence February 19, 2026 18:14
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
@l0lawrence l0lawrence marked this pull request as ready for review February 19, 2026 21:26
Copilot AI review requested due to automatic review settings February 19, 2026 21:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yaml with 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments