This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
The following commit(s) were added to refs/heads/main by this push:
new b1509d4 Minor update to the release doc (#81)
b1509d4 is described below
commit b1509d4cc065b744b0403fd659aef1e881568dc7
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Wed May 17 19:25:07 2023 +0100
Minor update to the release doc (#81)
* Minor update to the release doc
The source release for 2.6.0 was still lying around when I generated the
client for 2.6.1 and was committed. Also removing it in this update
* fixup! Minor update to the release doc
---
apache-airflow-client-2.6.0-source.tar.gz | Bin 247554 -> 0 bytes
dev/README_RELEASE_CLIENT.md | 9 +++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/apache-airflow-client-2.6.0-source.tar.gz
b/apache-airflow-client-2.6.0-source.tar.gz
deleted file mode 100644
index a0c9ec3..0000000
Binary files a/apache-airflow-client-2.6.0-source.tar.gz and /dev/null differ
diff --git a/dev/README_RELEASE_CLIENT.md b/dev/README_RELEASE_CLIENT.md
index f9aea1b..b582e8a 100644
--- a/dev/README_RELEASE_CLIENT.md
+++ b/dev/README_RELEASE_CLIENT.md
@@ -110,7 +110,8 @@ of this the version in the built artifacts that will become
the official Apache
- Tarball the repo
```shell script
- git archive --format=tar.gz ${VERSION}
--prefix=apache-airflow-client-${VERSION_WITHOUT_RC}/ -o
apache-airflow-client-${VERSION_WITHOUT_RC}-source.tar.gz
+ mkdir dist
+ git archive --format=tar.gz ${VERSION}
--prefix=apache-airflow-client-${VERSION_WITHOUT_RC}/ -o
dist/apache-airflow-client-${VERSION_WITHOUT_RC}-source.tar.gz
```
- Generate sdist
@@ -225,16 +226,16 @@ Body:
cat <<EOF
Hey fellow Airflowers,
-I have cut the first release candidate for the Airflow Python Client
${VERSION}.
+I have cut the release candidate for the Airflow Python Client ${VERSION}.
The client consists of APIs corresponding to REST APIs available in
*Apache Airflow ${AIRFLOW_VERSION}*. This email is calling for a vote on
the release, which will last for 72 hours. Consider this my (binding) +1.
Airflow Client ${VERSION} is available at:
-https://dist.apache.org/repos/dist/dev/airflow/clients/python/${VERSION}/
+https://dist.apache.org/repos/dist/dev/airflow/clients/python/$VERSION/
Or also available at PyPI:
-https://pypi.org/project/apache-airflow-client/${VERSION}/
+https://pypi.org/project/apache-airflow-client/$VERSION/
*apache-airflow-client-${VERSION}-source.tar.gz* is a source release that
comes with
INSTALL instructions.