ashb commented on a change in pull request #12990: URL: https://github.com/apache/airflow/pull/12990#discussion_r541540844
########## File path: dev/README_RELEASE_AIRFLOW.md ########## @@ -182,6 +183,51 @@ https://pypi.python.org/pypi/apache-airflow It is important to stress that this snapshot should not be named "release", and it is not supposed to be used by and advertised to the end-users who do not read the devlist. +- Push Tag for the release candidate + +This step should only be done now and not before, because it triggers an automated build of +the production docker image, using the packages that are currently released in PyPI +(both airflow and latest provider packages). + +```shell script +git push origin ${VERSION} +``` Review comment: ```suggestion This step should only be done now and not before, because it triggers an automated build of the production docker image, using the packages that are currently released in PyPI (both airflow and latest provider packages). ```shell script git push origin ${VERSION} ``` ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
