From c1ae8a989d66eaaf25b1554e6a70012bb575a6e9 Mon Sep 17 00:00:00 2001 From: vanous Date: Wed, 2 Aug 2023 09:20:36 +0200 Subject: [PATCH] update readme and release.sh --- README.md | 9 +++++++++ release.sh | 5 ++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a00919..e2a7c66 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,15 @@ python main.py ```bash buildozer -v android debug deploy run ``` +### Store credentials locally: + +```bash +#cat credentials.json + +{"password": {"value": "xxx"}, "email": {"value": "yyy"}} +``` + + ## User diff --git a/release.sh b/release.sh index a2feb9d..cec246e 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +1,5 @@ #!/bin/bash -commitCount=$(git rev-list HEAD --count) +num=$(git rev-list HEAD --count) -git tag -a "$commitCount" HEAD -m "Android Release $commitCount" -git push origin master:master --tags +echo "update buildozer.spec → version = $num . Make sure credentials.json is empty or removed"