git add changed package.json files

This commit is contained in:
Rory Powell 2022-04-25 12:58:34 +01:00
parent d4de38019b
commit 6b48028177
1 changed files with 5 additions and 0 deletions

View File

@ -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