potiuk commented on code in PR #30994: URL: https://github.com/apache/airflow/pull/30994#discussion_r1182955966
########## dev/breeze/src/airflow_breeze/commands/release_management_commands.py: ########## @@ -172,83 +172,91 @@ def release_management(): @release_management.command( - name="prepare-airflow-package", - help="Prepare sdist/whl package of Airflow.", + name="prepare-provider-documentation", + help="Prepare CHANGELOG, README and COMMITS information for providers.", ) -@option_package_format -@option_version_suffix_for_pypi @option_debug_release_management +@argument_packages [email protected]( + "--base-branch", + type=str, + default="main", + help="Base branch to use as diff for documentation generation (used for releasing from old branch)", +) @option_github_repository [email protected]( + "--only-min-version-update", Review Comment: yes. it is :D -- 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]
