Skip to content

Commit 963b95b

Browse files
authored
fix: tag v9 as legacy9 and next9 (#1981)
1 parent 74b006a commit 963b95b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for PKG in packages/* ; do
2424
fi
2525
pushd $PKG
2626
echo "⚡ Publishing $PKG with edge tag"
27-
pnpm publish --access public --no-git-checks --tag edge
27+
pnpm publish --access public --no-git-checks --tag edge9
2828
popd
2929
fi
3030
done

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for PKG in packages/* ; do
2323
continue
2424
fi
2525
pushd $PKG
26-
TAG="latest"
26+
TAG="legacy9"
2727
echo "⚡ Publishing $PKG with tag $TAG"
2828
pnpm publish --access public --no-git-checks --tag $TAG
2929
popd > /dev/null

0 commit comments

Comments
 (0)