summaryrefslogtreecommitdiff
path: root/scripts/release
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-18 11:45:31 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-18 11:45:31 +0100
commit8e7a9ad33cd78929bfb90c3d43f6184b44cea864 (patch)
tree96431e2f62f56aeab9f7c6c3987ce4cfa40e48a1 /scripts/release
parent549117946bc91887c5a459f53ea858ce80532955 (diff)
Fix files
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"