chore: disable lerna tag

This commit is contained in:
Pooya Parsa 2022-04-20 23:01:06 +02:00
parent 97978a5585
commit 1cb22fc7de

View File

@ -6,7 +6,7 @@ set -e
git restore -s@ -SW -- packages examples 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-git-tag-version --no-push -m "chore: release rc"
# Build all once to ensure things are nice # Build all once to ensure things are nice
yarn build yarn build