pierrejeambrun commented on code in PR #36267:
URL: https://github.com/apache/airflow/pull/36267#discussion_r1429226210
##########
dev/README_RELEASE_PROVIDER_PACKAGES.md:
##########
@@ -1110,6 +1111,8 @@ Make sure you create the following branch from the git
tag (steps before) and no
```shell script
cd ${AIRFLOW_REPO_ROOT}
+git checkout main
+git pull
Review Comment:
I don't think it is of big importance here because we fetch tags from remote
repository.
But I agree that it order to get the latest source for the script running
from main seems safer I would say.
--
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]