You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/12 09:29:57 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12990: Changes release image preparation to use PyPI packages

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:
users@infra.apache.org