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 9339f87 commit 1550accCopy full SHA for 1550acc
scripts/release.sh
@@ -20,7 +20,7 @@ fi
20
for PKG in packages/* ; do
21
if [[ -d $PKG ]]; then
22
pushd $PKG
23
- TAG="v11"
+ TAG="beta"
24
echo "⚡ Publishing $PKG with tag $TAG"
25
pnpm publish --access public --no-git-checks --tag $TAG
26
popd > /dev/null
0 commit comments