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 99d4892 commit c8ad85dCopy full SHA for c8ad85d
scripts/release.sh
@@ -23,7 +23,7 @@ for PKG in packages/* ; do
23
continue
24
fi
25
pushd $PKG
26
- TAG="latest"
+ TAG="next"
27
echo "⚡ Publishing $PKG with tag $TAG"
28
pnpm publish --access public --no-git-checks --tag $TAG
29
popd > /dev/null
0 commit comments