potiuk commented on code in PR #58578: URL: https://github.com/apache/airflow/pull/58578#discussion_r2553328847
########## dev/breeze/doc/09_release_management_tasks.rst: ########## @@ -94,6 +94,32 @@ When testing from HEAD of the branch when the tag :width: 100% :alt: Breeze release-management prepare-tarball +Validating Release Candidate for PMC +""""""""""""""""""""""""""""""""""""" + +PMC members can use Breeze to automate verification of release candidates instead of manually +running multiple verification steps. This command validates SVN files, GPG signatures, SHA512 +checksums, Apache RAT licenses, and reproducible builds. + +.. code-block:: bash + + breeze release-management validate-rc-by-pmc --distribution airflow --version 3.1.3rc1 --task-sdk-version 1.1.3rc1 --svn-path ~/asf-dist/dev/airflow Review Comment: I suggest to use what I did in https://github.com/apache/airflow/pull/58579 to make the SVN_PATH less amiguouse (different name of the param and env var). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
