Removed cron, renamed some steps, debugging version.sh

This commit is contained in:
Core 2022-08-03 18:31:13 +01:00
parent 69df95f74a
commit 9949ba87cd
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 9 additions and 11 deletions

View file

@ -5,6 +5,8 @@ SHA_DATE=$(git show -s --format=%ci $STABLE_SHA)
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"
# Make the version number
if [[ $CIRCLE_BRANCH == "stable" || $GITHUB_REF_NAME == "stable" ]]; then
echo "This is a stable branch. Setting stable version."