potiuk commented on code in PR #35492: URL: https://github.com/apache/airflow/pull/35492#discussion_r1384754716
########## 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: OK. I added a separate "remove" options (which means `scheduled for removal`) and now you should only be able to release suspended package when it is scheduled for removal. Also updated the docs generation so that in this case the "removal" warning is added automatically. And updated docs reflecting it in release proceedure. This way it is much more robust and `clean` process. -- 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]
