Skip to content

Commit

Permalink
fix: tag v9 as legacy9 and next9 (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede authored Oct 1, 2024
1 parent 74b006a commit 963b95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/release-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for PKG in packages/* ; do
fi
pushd $PKG
echo "⚡ Publishing $PKG with edge tag"
pnpm publish --access public --no-git-checks --tag edge
pnpm publish --access public --no-git-checks --tag edge9
popd
fi
done
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for PKG in packages/* ; do
continue
fi
pushd $PKG
TAG="latest"
TAG="legacy9"
echo "⚡ Publishing $PKG with tag $TAG"
pnpm publish --access public --no-git-checks --tag $TAG
popd > /dev/null
Expand Down

0 comments on commit 963b95b

Please sign in to comment.