Release: Make sure packages are released from clean git state (#19402)

This commit is contained in:
Dominik Prokop 2019-09-26 20:33:14 +02:00 committed by GitHub
parent 75b21c7603
commit dadc2925a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,9 @@ fi
echo "$_grafana_version"
# lerna bootstrap might have created yarn.lock
git checkout .
# Get current version from lerna.json
# Since this happens on tagged branch, the lerna.json version and package.json file SHOULD be updated already
# as specified in release guideline