potiuk commented on issue #32877: URL: https://github.com/apache/airflow/issues/32877#issuecomment-1653895031
Sure @amoghrajesh - not a big issue, it's not specified what version in the tagged version should be - you should generally always specify the version of airflow you want to install and usually you'd work with main version, but it would be nice if it is indeed changed before taggin than after Currently the step to update the dockerfiles is after the tag is added https://github.com/apache/airflow/blob/v2-6-test/dev/README_RELEASE_AIRFLOW.md * Updating Dockerfile with the new version. So the fix is to move it to before. -- 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]
