Skip to content

Commit bd82d9d

Browse files
authored
Merge pull request #60 from react-native-community/add-auto
trying out auto
2 parents 0a06a96 + a1b6ed1 commit bd82d9d

File tree

6 files changed

+1189
-881
lines changed

6 files changed

+1189
-881
lines changed

.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
NPM_TOKEN=your-token
2+
GH_TOKEN=your-token

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jsconfig.json
1414
npm-debug.log
1515
node_modules
1616
yarn-error.log
17+
18+
.env

.release-it.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Whitespace-only changes.

package.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,40 @@
77
"scripts": {
88
"prepare": "yarn build",
99
"build": "yarn tsc",
10-
"release": "release-it",
10+
"release": "auto shipit",
1111
"test": "echo \"Error: no test specified\" && exit 1",
1212
"lint": "eslint src/**/*.ts"
1313
},
14-
"author": "Nader Dabit",
15-
"license": "ISC",
1614
"peerDependencies": {
1715
"react": ">=16.8.0",
1816
"react-native": ">=0.59"
1917
},
2018
"devDependencies": {
19+
"@auto-it/all-contributors": "^9.10.7",
20+
"@auto-it/first-time-contributor": "^9.10.7",
2121
"@react-native-community/eslint-config": "^0.0.7",
2222
"@types/react": "^16.9.10",
2323
"@types/react-native": "^0.61.0",
24+
"all-contributors-cli": "^6.13.0",
25+
"auto": "^9.10.7",
2426
"eslint": "^6.8.0",
2527
"eslint-plugin-prettier": "^3.1.2",
2628
"prettier": "^1.19.1",
27-
"release-it": "^12.3.5",
2829
"typescript": "^3.6.4"
2930
},
31+
"author": "Nader Dabit",
32+
"license": "ISC",
33+
"repository": "react-native-community/hooks",
3034
"files": [
3135
"lib"
32-
]
36+
],
37+
"auto": {
38+
"plugins": [
39+
"npm",
40+
"all-contributors",
41+
"first-time-contributor",
42+
"released"
43+
],
44+
"onlyPublishWithReleaseLabel": true
45+
}
3346
}

0 commit comments

Comments
 (0)