potiuk commented on code in PR #38447:
URL: https://github.com/apache/airflow/pull/38447#discussion_r1538335745
##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -949,6 +950,81 @@ def run_generate_constraints_in_parallel(
)
+@release_management.command(
+ name="tag-providers",
+ help="Generates tags for airflow provider releases.",
+)
[email protected](
+ "--clean-local-tags",
Review Comment:
NIT:
```suggestion
"--clean-local-tags/--no-clean-local-tags",
```
This will allow you to toggle it to false by specifying
`--no-clean-local-tags`.
--
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]