bugraoz93 commented on code in PR #57901:
URL: https://github.com/apache/airflow/pull/57901#discussion_r2496228614


##########
dev/breeze/src/airflow_breeze/commands/release_candidate_command.py:
##########
@@ -295,44 +303,38 @@ def tarball_release(
 
 
 def create_tarball_release(
+    tarball_type: TarBallType,
     version: str,

Review Comment:
   This method already checks if the `version` is `None` or not. It can accept 
`None`
   ```
   
           if not version:
               version = get_task_sdk_version()
               console_print(f"\n[info]Using {version} retrieved from task-sdk 
as tarball version\n")
   ```
   
https://github.com/apache/airflow/pull/57901/files#diff-c8c21c36ecce9680097c2ac5939f73b765361894551492cf2fc65770bb25899aR316-R318



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