parent
c5eb8992a0
commit
7be62503d6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ else
|
|||
fi
|
||||
|
||||
SHA_DATE=$(git show -s --format=%ci $STABLE_SHA)
|
||||
COMMIT_SINCE_STABLE=$((git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE" + 1))
|
||||
COMMIT_SINCE_STABLE=$(git rev-list $STABLE_SHA..HEAD --count --since="$SHA_DATE")
|
||||
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
|
||||
|
||||
# Set the version number for commits on main branch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue