mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 07:12:10 +03:00
build: commit after the set version
This commit is contained in:
parent
1e8c5a4482
commit
2c18fadb2d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user