Skip to content

Commit

Permalink
Merge pull request #74 from react-native-community/config
Browse files Browse the repository at this point in the history
put in file
  • Loading branch information
pvinis committed Feb 22, 2020
2 parents 940ad89 + 7a31311 commit cc4f2e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .autorc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"plugins": ["npm", "all-contributors", "first-time-contributor", "released"],
"onlyPublishWithReleaseLabel": true
}
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,4 @@ console.log('layout: ', layout)
[version-badge]: https://img.shields.io/npm/v/@react-native-community/hooks.svg?style=flat-square
[package]: https://www.npmjs.com/package/@react-native-community/hooks


test this
We use [auto](https://github.com/intuit/auto) for automatic releases, an awesome tool by an awesome [dude](https://github.com/hipstersmoothie)!
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,5 @@
"license": "ISC",
"files": [
"lib"
],
"auto": {
"plugins": [
"npm",
"all-contributors",
"first-time-contributor",
"released"
],
"onlyPublishWithReleaseLabel": true
}
]
}

0 comments on commit cc4f2e5

Please sign in to comment.