amoghrajesh commented on code in PR #51815:
URL: https://github.com/apache/airflow/pull/51815#discussion_r2151358882


##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -2675,11 +2675,13 @@ def print_issue_content(
     "--previous-release",
     type=str,
     help="commit reference (for example hash or tag) of the previous release.",
+    required=True,

Review Comment:
   Wait, now that i think of it, this one not really. `--latest` will cover up 
for it.
   
   So either we enforce this one and remove the `--latest` flag or do not 
enforce this as required at all. WDYT?



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