We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861a62c commit 41e4015Copy full SHA for 41e4015
build-release.sh
@@ -24,17 +24,6 @@ fi
24
#Make sure we have an up-to-date git log in the text folder as "git-changelog.txt"
25
git log --simplify-merges --pretty=format:"%ad [%h]:%d %s" --abbrev-commit --date=short > android/assets/text/git-changelog.txt
26
27
-git diff-index --quiet HEAD --
28
-s=$?
29
-echo "$s"
30
-if [ $s != 0 ]; then
31
- git status
32
- echo
33
- echo "PENDING CHANGES NOT COMMITTED - ABORTING [post project test full rebuild]"
34
35
- exit -1
36
-fi
37
-
38
version=$(head -n1 version)
39
version=$(($version + 1 ))
40
xversion="${version:0:${#version}-2}.${version: -2}"
0 commit comments