Skip to content

Commit 058aa64

Browse files
committed
chore: update release script
1 parent a597054 commit 058aa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# Restore all git changes
66
git restore --source=HEAD --staged --worktree -- package.json pnpm-lock.yaml
77

8-
TAG="alpha"
8+
TAG="latest"
99

1010
# Release packages for npm registry
1111
for PKG in packages/* ; do

0 commit comments

Comments
 (0)