Appending test
This commit is contained in:
parent
7205fe8174
commit
310db526a5
2 changed files with 13 additions and 7 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
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=$(git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE")
|
||||
COMMITSINCESTABLE=9
|
||||
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
|
||||
|
||||
echo "Commits since stable: $COMMITSINCESTABLE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue