diff --git a/scripts/development/create-release.sh b/scripts/development/create-release.sh index 1ed9a73..545168e 100644 --- a/scripts/development/create-release.sh +++ b/scripts/development/create-release.sh @@ -34,7 +34,7 @@ echo $NEW_VERSION >.version git add .version # Update version in frontend/package.json -jq --arg new_version "$NEW_VERSION" '.version = $new_version' frontend/package.json >frontend/package.json && mv frontend/package_tmp.json frontend/package.json +jq --arg new_version "$NEW_VERSION" '.version = $new_version' frontend/package.json >frontend/package_tmp.json && mv frontend/package_tmp.json frontend/package.json git add frontend/package.json # Check if conventional-changelog is installed, if not install it