Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit b1cab02

Browse files
committed
Sun Apr 21 17:49:53 PDT 2024
1 parent 914188a commit b1cab02

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

bun.lockb

556 KB
Binary file not shown.

scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ await $`bun install`;
5858

5959
console.log('committing changes');
6060
await $`git commit -m "${newVersion}"`;
61-
await $`git tag -a ${newVersion}`;
61+
await $`git tag ${newVersion}`;
6262
await $`git push origin main --tags`;

0 commit comments

Comments
 (0)