potiuk commented on code in PR #35492: URL: https://github.com/apache/airflow/pull/35492#discussion_r1384623297
########## dev/README_RELEASE_PROVIDER_PACKAGES.md: ########## @@ -205,6 +215,16 @@ if you only build few packages, run: breeze release-management prepare-provider-packages --package-format both PACKAGE PACKAGE .... ``` +NOTE! When you want to release a suspended provider, package for the provider will not be prepared +when you prepare all packages - you have to specifically use the provider name in a separate +command. For example to prepare documentation for suspended `qubole` provider you need to run +separately this command: + +```shell script +breeze release-management prepare-provider-packages --package-format both qubole Review Comment: But. I understand the question and see why it might be bad. Just to be on a safe side, I will add a "removed" flag that will enable this and add more description about it. Just to avoid confusion -- 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]
