This is an automated email from the ASF dual-hosted git repository.

msumit 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 5716241  Fix release guide with correct prefix dir (#11)
5716241 is described below

commit 57162413d75ff5d106553c2842a683a0db99abbe
Author: Sumit Maheshwari <[email protected]>
AuthorDate: Mon Apr 12 18:11:01 2021 +0530

    Fix release guide with correct prefix dir (#11)
---
 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 90d260e..c00d93c 100644
--- a/dev/README_RELEASE_CLIENT.md
+++ b/dev/README_RELEASE_CLIENT.md
@@ -58,7 +58,7 @@ 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} -o 
airflow-client-${VERSION}-source.tar.gz
+    git archive --format=tar.gz ${VERSION} --prefix=airflow-client-${VERSION}/ 
-o airflow-client-${VERSION}-source.tar.gz
     ```
 
 - Generate sdist

Reply via email to