summaryrefslogtreecommitdiff
path: root/scripts/release
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release')
-rwxr-xr-xscripts/release4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release b/scripts/release
index 2777fc1..9a2c3c4 100755
--- a/scripts/release
+++ b/scripts/release
@@ -5,7 +5,7 @@ fi
sed -i "4s/.*/ \"version\": \"$1\",/" package.json
sed -i "5s/.*/ \"version\": \"$1\",/" app.json
-pnpm i
-git add package.* pnpm-lock.yaml
+yarn
+git add package.* app.json
git commit -m "release: version $1"
git tag -a "v$1" -m "Version $1"