This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
The following commit(s) were added to refs/heads/master by this push:
new 38dfb51 Use airflow_version in subject (#62)
38dfb51 is described below
commit 38dfb510997635d7178c7e45a9c883d370397cfa
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Sun Jan 29 09:52:43 2023 +0100
Use airflow_version in subject (#62)
---
dev/README_RELEASE_CLIENT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/README_RELEASE_CLIENT.md b/dev/README_RELEASE_CLIENT.md
index 902b966..43ea1aa 100644
--- a/dev/README_RELEASE_CLIENT.md
+++ b/dev/README_RELEASE_CLIENT.md
@@ -213,7 +213,7 @@ Subject:
```shell script
cat <<EOF
-[VOTE] Release Airflow Python Client ${VERSION_WITHOUT_RC} from ${VERSION}
+[VOTE] Release Airflow Python Client ${VERSION_WITHOUT_RC} from Airflow
${AIRFLOW_VERSION}
EOF
```