utkarsharma2 commented on code in PR #35492: URL: https://github.com/apache/airflow/pull/35492#discussion_r1384464182
########## 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: What would be an event when you'd prepare the documents for the suspended providers? Security fixes? -- 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]
