You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by av...@apache.org on 2020/12/24 15:14:29 UTC

[incubator-liminal] branch master updated: Update RELEASE.md

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 9f4217e  Update RELEASE.md
9f4217e is described below

commit 9f4217edeee1299c2531fcfa4f7a79b630ffb14a
Author: Aviem Zur <av...@gmail.com>
AuthorDate: Thu Dec 24 17:14:19 2020 +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 97acde4..732fbfb 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
 python setup.py sdist bdist_wheel
 ```
 
@@ -228,7 +228,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
 
 # Example after cloning
 git clone https://github.com/apache/incubating-liminal.git 
@@ -695,4 +695,4 @@ https://liminal.apache.org/changelog.html#liminal-1-10-2-2019-01-19
 Cheers,
 <your name>
 EOF
-```
\ No newline at end of file
+```