Skip to content

Commit 829763b

Browse files
authored
Merge branch 'master' into auto-tweaks
2 parents f088bb8 + cc4f2e5 commit 829763b

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ 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+
We use [auto](https://github.com/intuit/auto) for automatic releases, an awesome tool by an awesome [dude](https://github.com/hipstersmoothie)!
154155

155-
test this
156156

157157
## Contributors ✨
158158

@@ -190,4 +190,5 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
190190
<!-- prettier-ignore-end -->
191191
<!-- ALL-CONTRIBUTORS-LIST:END -->
192192

193-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
193+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
194+
=======

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)