potiuk commented on code in PR #23391: URL: https://github.com/apache/airflow/pull/23391#discussion_r865869359
########## dev/README_RELEASE_AIRFLOW.md: ########## @@ -998,19 +1008,28 @@ At this point we release an official package: ## Manually prepare production Docker Image - Note that this scripts prepares multi-platform image, so you need to fulfill prerequisites as described above in the preparation of RC images. +Note that the `--latest` flag below should be used when you are releasing the latest images only (which +should be the default). For example when we are releasing 2.3.N image and 2.3 is our latest branch we +should add "latest" to update "latest" aliases for our images. + +In case we are releasing (which almost never happens) a critical bugfix release in one of the older branches, +we should drop the `--latest` flag. Review Comment: I alrady did - just for got to change the description. The flag is `--skip-latest`. Great minds think alike :) -- 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]
