This commit is contained in:
Core 2022-08-03 21:16:41 +01:00
parent 86fc343dba
commit 44d391503b
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -3,7 +3,7 @@
STABLE_SHA=$(curl -s https://api.github.com/repos/ciderapp/Cider/branches/stable | grep '"sha"' | head -1 | cut -d '"' -f 4)
SHA_DATE=$(git show -s --format=%ci $STABLE_SHA)
#COMMITSINCESTABLE=$(git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE")
COMMITSINCESTABLE=9
COMMITSINCESTABLE=22
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
echo "Commits since stable: $COMMITSINCESTABLE"