potiuk commented on code in PR #58513:
URL: https://github.com/apache/airflow/pull/58513#discussion_r2545053563
##########
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 meany people ehave origin set to their account so far in many of the
release commands we had assumption that there is a remote pointing to
Apache/airflow - maybe instead of changing we should add prerequisite to create
such remote ?
--
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]