Skip to content

Commit

Permalink
ci: enable preview release from ui-components/main (#6648)
Browse files Browse the repository at this point in the history
* Enable publish from ui-preview branch

* Revert checkout

Co-authored-by: Jordan Ranz <jordanmranz@gmail.com>
  • Loading branch information
wlee221 and jordanranz authored Aug 25, 2020
1 parent 9758705 commit 4c5b5df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ releasable_branches: &releasable_branches
only:
- release
- main
- ui-components/master
- ui-components/main
- 1.0-stable

workflows:
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"publish:beta": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=beta --preid=beta --exact",
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'",
"publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'",
"publish:ui-components/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=ui-preview --preid=ui-preview --exact",
"publish:verdaccio": "lerna publish --no-push --canary minor --dist-tag=unstable --preid=unstable --exact --force-publish --yes"
},
"husky": {
Expand All @@ -31,8 +32,13 @@
}
},
"workspaces": {
"packages": ["packages/*"],
"nohoist": ["**/@types/react-native", "**/@types/react-native/**"]
"packages": [
"packages/*"
],
"nohoist": [
"**/@types/react-native",
"**/@types/react-native/**"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c5b5df

Please sign in to comment.