Skip to content

Commit

Permalink
fix: lerna prerelease (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Mar 10, 2020
1 parent 20ec53e commit f30acd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: 'publish'
command: '$(yarn bin)/lerna publish --conventional-commits --exact --canary --no-git-tag-version --no-push --preid next --dist-tag next --yes'
command: '$(yarn bin)/lerna publish --conventional-commits --conventional-prerelease --exact --canary --no-git-tag-version --no-push --preid next --dist-tag next --yes'

workflows:
version: 2
Expand Down

0 comments on commit f30acd6

Please sign in to comment.