potiuk commented on code in PR #35586: URL: https://github.com/apache/airflow/pull/35586#discussion_r1393335505
########## dev/README_RELEASE_PROVIDER_PACKAGES.md: ########## @@ -143,6 +143,10 @@ separately this command: breeze release-management prepare-provider-documentation qubole ``` +In case you want to **just** regenerate the documentation because you fixed something in the templates, add +`--reapply-templates` flag to the command above. If you want to just update min airflow version for all +packages, you can use `--only-min-version-update` flag - this will only update the min version in the +`__init__.py` files of the packages and package documentation without bumping the provider versions. Review Comment: Updated the docs. Also clarified that you do NOT have to skip any providers when you use `-only-min-version-update`. It works in a smart way - it will only increase the min_airflow_version if it is not set to a higher one. For example when you have common.io provider with min_airflow_version = 2.8, it will stey at 2.8 when we bump min version to 2.6. It will also stay at 2.8 when we bump it to 2.7, and then when we bump everything to 2.8, it will stay at 2.8, and when we bump to 2.9 - it will get bumped to 2.9 lile everything else, wich is precisely what we want. -- 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]
