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 -hMake sure to create / activate a virtual environment with the below commands
uv venv
source .venv/bin/activate