mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
Release: Make sure packages are released from clean git state (#19402)
This commit is contained in:
parent
75b21c7603
commit
dadc2925a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user