Skip to content

Commit 5716241

Browse files
authored
Fix release guide with correct prefix dir (#11)
1 parent dd1b4ad commit 5716241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/README_RELEASE_CLIENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ of this the version in the built artifacts that will become the official Apache
5858
- Tarball the repo
5959

6060
```shell script
61-
git archive --format=tar.gz ${VERSION} -o airflow-client-${VERSION}-source.tar.gz
61+
git archive --format=tar.gz ${VERSION} --prefix=airflow-client-${VERSION}/ -o airflow-client-${VERSION}-source.tar.gz
6262
```
6363

6464
- Generate sdist

0 commit comments

Comments
 (0)