jedcunningham commented on code in PR #50780:
URL: https://github.com/apache/airflow/pull/50780#discussion_r2096076240
##########
dev/README_RELEASE_PYTHON_CLIENT.md:
##########
@@ -148,8 +148,8 @@ Then open a PR and merge it into main.
```shell script
cd ${AIRFLOW_REPO_ROOT}
-git tag -s python-client-${VERSION}${VERSION_SUFFIX} -m "Airflow Python Client
${VERSION}${VERSION_SUFFIX}"
-git push apache python-client-${VERSION}${VERSION_SUFFIX}
+git tag -s python-client/${VERSION}${VERSION_SUFFIX} -m "Airflow Python Client
${VERSION}${VERSION_SUFFIX}"
+git push apache python-client/${VERSION}${VERSION_SUFFIX}
Review Comment:
```suggestion
git push apache tag python-client/${VERSION}${VERSION_SUFFIX}
```
nit
--
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]