vincbeck commented on code in PR #35586:
URL: https://github.com/apache/airflow/pull/35586#discussion_r1392806628


##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -219,11 +226,24 @@ def prepare_airflow_packages(
     sys.exit(result_command.returncode)
 
 
+def provider_documentation_summary(documentation: str, message_type: 
MessageType, packages: list[str]):
+    if packages:
+        get_console().print(f"{documentation}: {len(packages)}\n")
+        get_console().print(f"[{message_type.value}]{' '.join(packages)}")
+        get_console().print()
+
+
 @release_management.command(
     name="prepare-provider-documentation",
     help="Prepare CHANGELOG, README and COMMITS information for providers.",
 )
-@option_debug_release_management
[email protected](
+    "--skip-git-fetch",
+    is_flag=True,
+    help="Skips removal and recreation of `apache-https-rof-providers` remote 
in git. By default, the "

Review Comment:
   ```suggestion
       help="Skips removal and recreation of `apache-https-for-providers` 
remote in git. By default, the "
   ```



-- 
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]

Reply via email to