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
|
# Bump versions
|
||||||
yarn lerna version --preid rc --no-changelog --no-push -m "chore: release rc"
|
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
|
# Release packages
|
||||||
for PKG in packages/* ; do
|
for PKG in packages/* ; do
|
||||||
pushd $PKG
|
pushd $PKG
|
||||||
@ -16,6 +19,6 @@ for PKG in packages/* ; do
|
|||||||
TAG="rc"
|
TAG="rc"
|
||||||
fi
|
fi
|
||||||
echo "⚡ Publishing $PKG with tag $TAG"
|
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
|
popd > /dev/null
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user