Skip to content

Commit cc4f2e5

Browse files
authored
Merge pull request #74 from react-native-community/config
put in file
2 parents 940ad89 + 7a31311 commit cc4f2e5

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.autorc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"plugins": ["npm", "all-contributors", "first-time-contributor", "released"],
3+
"onlyPublishWithReleaseLabel": true
4+
}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,4 @@ console.log('layout: ', layout)
151151
[version-badge]: https://img.shields.io/npm/v/@react-native-community/hooks.svg?style=flat-square
152152
[package]: https://www.npmjs.com/package/@react-native-community/hooks
153153

154-
155-
test this
154+
We use [auto](https://github.com/intuit/auto) for automatic releases, an awesome tool by an awesome [dude](https://github.com/hipstersmoothie)!

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,5 @@
4444
"license": "ISC",
4545
"files": [
4646
"lib"
47-
],
48-
"auto": {
49-
"plugins": [
50-
"npm",
51-
"all-contributors",
52-
"first-time-contributor",
53-
"released"
54-
],
55-
"onlyPublishWithReleaseLabel": true
56-
}
47+
]
5748
}

0 commit comments

Comments
 (0)