build: commit after the set version

This commit is contained in:
himself65 2023-05-08 18:31:05 -05:00
parent 1e8c5a4482
commit 2c18fadb2d
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625

View File

@ -6,3 +6,5 @@ for DIR in $(yarn workspaces list --json | jq -r '.location'); do
jq ".version = \"$1\"" "$DIR"/package.json > tmp.json && mv tmp.json "$DIR"/package.json
fi
done
git add . && git commit -m "v$1"