diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-18 11:45:31 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-18 11:45:31 +0100 |
commit | 8e7a9ad33cd78929bfb90c3d43f6184b44cea864 (patch) | |
tree | 96431e2f62f56aeab9f7c6c3987ce4cfa40e48a1 /scripts | |
parent | 549117946bc91887c5a459f53ea858ce80532955 (diff) |
Fix files
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release | 4 |
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" |