ephraimbuddy commented on code in PR #58513:
URL: https://github.com/apache/airflow/pull/58513#discussion_r2545301241
##########
dev/README_RELEASE_PYTHON_CLIENT.md:
##########
@@ -157,7 +168,7 @@ git diff HEAD
git checkout -b release-${VERSION}
git add .
git commit -m "Update Python Client to ${VERSION}${VERSION_SUFFIX}"
-git push apache release-${VERSION}
+git push origin release-${VERSION}
```
Review Comment:
I think we have been using `origin` as remote for releases. Not sure it's
written anywhere to use it but if you look at this
https://github.com/apache/airflow/blob/v2-4-stable/dev/README_RELEASE_AIRFLOW.md#prepare-the-apache-airflow-package-rc
from v2-4 branch before we had a release command, origin was used. Also
release command default is origin.
I think we had advocated for release clone to be different from airflow dev
clone.
--
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]