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 86eb528  Update RELEASE.md
86eb528 is described below

commit 86eb528cdc48506231af28969a74ef24ebed562c
Author: Aviem Zur <[email protected]>
AuthorDate: Wed Jan 6 12:46:52 2021 +0200

    Update RELEASE.md
---
 dev/RELEASE.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/RELEASE.md b/dev/RELEASE.md
index 3646c0f..45d77c1 100644
--- a/dev/RELEASE.md
+++ b/dev/RELEASE.md
@@ -92,7 +92,7 @@ Should follow https://www.python.org/dev/peps/pep-0440/
 - Build a local version of liminal:
 ```bash
 # Set Version
-export LIMINAL_BUILD_VERSION=0.0.1rc1
+export LIMINAL_BUILD_VERSION=0.0.1rc1-incubating
 python setup.py sdist bdist_wheel
 ```
 
@@ -141,7 +141,7 @@ Installing liminal locally:
 pip install --index-url https://test.pypi.org/simple/ --extra-index-url 
https://pypi.org/simple apache-liminal
 
 Tell liminal where to take the version to put inside the airflow docker:
-export LIMINAL_VERSION='--index-url https://test.pypi.org/simple/ 
apache-liminal==0.0.1rc1'
+export LIMINAL_VERSION='--index-url https://test.pypi.org/simple/ 
apache-liminal==0.0.1rc1-incubating'
 
 ## Upload Public keys to id.apache.org
 
@@ -237,7 +237,7 @@ The Release Candidate artifacts we vote upon should be the 
exact ones we vote ag
 
 ```bash
 # Set Version
-export LIMINAL_BUILD_VERSION=0.0.1rc1
+export LIMINAL_BUILD_VERSION=0.0.1rc1-incubating
 
 # Example after cloning
 git clone https://github.com/apache/incubating-liminal.git 

Reply via email to