mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
build(scripts): update release-rc
spoiler: releasing `3.0.0-rc.0` to ensure everything goes well :p
This commit is contained in:
parent
7b091abcea
commit
98586bcf25
@ -8,6 +8,9 @@ git restore -s@ -SW -- packages examples
|
||||
# Bump versions
|
||||
yarn lerna version --preid rc --no-changelog --no-push -m "chore: release rc"
|
||||
|
||||
# Build all once to ensure things are nice
|
||||
yarn build
|
||||
|
||||
# Release packages
|
||||
for PKG in packages/* ; do
|
||||
pushd $PKG
|
||||
@ -16,6 +19,6 @@ for PKG in packages/* ; do
|
||||
TAG="rc"
|
||||
fi
|
||||
echo "⚡ Publishing $PKG with tag $TAG"
|
||||
echo yarn npm publish --tag $TAG --access public --tolerate-republish
|
||||
npm publish --tag $TAG --access public --tolerate-republish
|
||||
popd > /dev/null
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user