amoghrajesh commented on code in PR #58578: URL: https://github.com/apache/airflow/pull/58578#discussion_r2554084413
########## 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: Cool sounds good. Made those changes. -- 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]
