Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.0.0 #208

Merged
merged 12 commits into from
Sep 14, 2021
Prev Previous commit
Next Next commit
Add '--force-publish' flag to 'lerna version' command
  • Loading branch information
smithki committed Sep 10, 2021
commit 4ba48c0aec43a1c748713705fa5b31eceaf78e15
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
command: |
AUTO_VERSION=$(yarn auto version)
if [[ $AUTO_VERSION ]]; then
yarn lerna version $(echo $AUTO_VERSION) --no-git-tag-version --yes
yarn lerna version $(echo $AUTO_VERSION) --force-publish --no-git-tag-version --yes
fi

- run:
Expand Down