eladkal commented on code in PR #35586: URL: https://github.com/apache/airflow/pull/35586#discussion_r1392976157
########## 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: If I understand this right... `breeze release-management prepare-provider-documentation --only-min-version-update` should be done as a step that is not really part of the release process? We normally update the min airflow version on the promised date regardless if we cut release afterwards -- 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]
