utkarsharma2 commented on code in PR #35492:
URL: https://github.com/apache/airflow/pull/35492#discussion_r1384691519


##########
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:
   Thanks for the background here :) 
   Also, I agree that adding an explicit `remove` would be much clearer. 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to