Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Print Release Notes

Accepts current_version and target_version as inputs to print the necessary release notes / warnings to be shown while updating a release

Run below to get more information on the usage

python print_release_notes.py -h

Make sure to create / activate a virtual environment with the below commands

uv venv
source .venv/bin/activate