Skip to content

Commit

Permalink
chore: deploy native tag for React Native (aws-amplify#7171)
Browse files Browse the repository at this point in the history
* chore: deploy native tag for React Native
  • Loading branch information
amhinson authored Nov 12, 2020
1 parent 60b0f9c commit 9fc4cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ releasable_branches: &releasable_branches
- main
- ui-components/main
- 1.0-stable
- native

test_browsers: &test_browsers
browser: [chrome, firefox]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"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:native": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=native --preid=native --exact",
"publish:verdaccio": "lerna publish --no-push --canary minor --dist-tag=unstable --preid=unstable --exact --force-publish --yes"
},
"husky": {
Expand Down

0 comments on commit 9fc4cbc

Please sign in to comment.