This is an automated email from the ASF dual-hosted git repository.
aviemzur pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
The following commit(s) were added to refs/heads/master by this push:
new e4052aa Update RELEASE.md
e4052aa is described below
commit e4052aa439b4664d515f0293722e43ceddc3d542
Author: Aviem Zur <[email protected]>
AuthorDate: Thu Dec 24 17:16:50 2020 +0200
Update RELEASE.md
---
dev/RELEASE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/RELEASE.md b/dev/RELEASE.md
index 732fbfb..8a80aeb 100644
--- a/dev/RELEASE.md
+++ b/dev/RELEASE.md
@@ -251,7 +251,7 @@ git clean -fxd
- Tarball the repo
```bash
-git archive --format=tar.gz ${LIMINAL_BUILD_VERSION}
--prefix=apache-liminal-${LIMINAL_BUILD_VERSION}/ -o
apache-liminal-${LIMINAL_BUILD_VERSION}-source.tar.gz`
+git archive --format=tar.gz ${LIMINAL_BUILD_VERSION}
--prefix=apache-liminal-${LIMINAL_BUILD_VERSION}/ -o
apache-liminal-${LIMINAL_BUILD_VERSION}-source.tar.gz
```