This commit is contained in:
Core 2022-08-01 15:09:20 +01:00
parent 6221a9c520
commit f66a3e78cb
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -5,7 +5,7 @@ STABLE_SHA=$(curl -s https://api.github.com/repos/ciderapp/Cider/branches/stable
COMMITSINCESTABLE=$(git rev-list $STABLE_SHA..$GITHUB_SHA --count)
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
git rev-list --count
git rev-list --all --count
#############################################################################################