Ready for merge :)

This commit is contained in:
Core 2022-08-03 22:08:42 +01:00
parent bf7d83a5a5
commit 28add2df5a
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 1 additions and 5 deletions

View file

@ -2,8 +2,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=22
COMMITSINCESTABLE=$(git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE")
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
echo "Commits since stable: $COMMITSINCESTABLE"