potiuk commented on code in PR #37502: URL: https://github.com/apache/airflow/pull/37502#discussion_r1499058987
########## dev/README_RELEASE_PROVIDER_PACKAGES.md: ########## @@ -93,6 +93,17 @@ in `src/airflow_breeze/utils/packages.py` and run the `prepare-provider-document command with the `--only-min-version-update` flag. This will only update the min version in the `__init__.py` files and package documentation without bumping the provider versions. + +Note: Sometimes we are releasing a subset of providers and would not want to add the +list of these providers to every breeze command we run, specifically: Review Comment: yes. I think the old way is nice because of autocomplete support and it works nicer for someone who just want to build one package for example. I often tell people if they want to test main version of provider, that they use `breeze release-management prepare-provider-packages <PACKAGE> --skip-tag-check` to do so. -- 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]
