Skip to content

Instantly share code, notes, and snippets.

@msyyc
Last active September 22, 2023 07:20
Show Gist options
  • Save msyyc/ddb0534e6d03a2cc0845a5a0aee6585d to your computer and use it in GitHub Desktop.
Save msyyc/ddb0534e6d03a2cc0845a5a0aee6585d to your computer and use it in GitHub Desktop.
How to generate SDK changelog

Follow the following steps to generate SDK changelog:

  1. Prepare environment (only need once)
(venv-dev) PS D:\dev\azure-sdk-for-python> python .\scripts\dev_setup.py -p azure-core
  1. Generate code report for last release
(venv-dev) PS D:\dev\azure-sdk-for-python> python -m packaging_tools.code_report --last-pypi azure-mgmt-rdbms

Output is like:


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