From 6b480281773cc089559341c1f75e549beb0cd7bf Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Mon, 25 Apr 2022 12:58:34 +0100 Subject: [PATCH] git add changed package.json files --- scripts/pro/release.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/pro/release.sh b/scripts/pro/release.sh index fdf4c19b68..c505c45c28 100755 --- a/scripts/pro/release.sh +++ b/scripts/pro/release.sh @@ -84,6 +84,11 @@ cd - cd packages/worker jq '.dependencies."@budibase/pro"="'$VERSION'"' package.json > package.json.tmp && mv package.json.tmp package.json +# Go back to budibase repo root +cd - + # Commit and push changes +git add packages/server/package.json +git add packages/worker/package.json git commit -m "Update pro version to $VERSION" git push \ No newline at end of file