mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Bump Lerna 8.x.x (#83233)
* chore(lerna): bump lerna to 8.x.x * chore(lerna): run lerna repair command to update lerna.json * ci(drone): use raw output (no quotes) when updating package.json version * ci(drone): update config file
This commit is contained in:
@@ -438,7 +438,7 @@ def update_package_json_version():
|
||||
],
|
||||
"commands": [
|
||||
"apk add --update jq",
|
||||
"new_version=$(cat package.json | jq .version | sed s/pre/${DRONE_BUILD_NUMBER}/g)",
|
||||
"new_version=$(cat package.json | jq -r .version | sed s/pre/${DRONE_BUILD_NUMBER}/g)",
|
||||
"echo \"New version: $new_version\"",
|
||||
"yarn run lerna version $new_version --exact --no-git-tag-version --no-push --force-publish -y",
|
||||
"yarn install --mode=update-lockfile",
|
||||
|
||||
Reference in New Issue
Block a user