We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a597054 commit 058aa64Copy full SHA for 058aa64
scripts/release.sh
@@ -5,7 +5,7 @@ set -e
5
# Restore all git changes
6
git restore --source=HEAD --staged --worktree -- package.json pnpm-lock.yaml
7
8
-TAG="alpha"
+TAG="latest"
9
10
# Release packages for npm registry
11
for PKG in packages/* ; do
0 commit comments