rollback spec_version and fix check_runtime (#1868)

This commit is contained in:
s3krit
2020-10-28 13:18:41 +01:00
committed by GitHub
parent e0336626ae
commit e2e57cb8f6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ SUBSTRATE_REPO_CARGO="git\+${SUBSTRATE_REPO}"
SUBSTRATE_VERSIONS_FILE="bin/node/runtime/src/lib.rs"
# figure out the latest release tag
LATEST_TAG="$(git tag -l | sort -V | tail -n 1)"
LATEST_TAG="$(git tag -l | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' | sort -V | tail -n 1)"
boldprint "latest release tag ${LATEST_TAG}"
boldprint "latest 10 commits of ${CI_COMMIT_REF_NAME}"