mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-22 08:47:10 +08:00
build: commit after the set version
This commit is contained in:
@@ -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
|
jq ".version = \"$1\"" "$DIR"/package.json > tmp.json && mv tmp.json "$DIR"/package.json
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
git add . && git commit -m "v$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user