|
8 | 8 | "build": "tsc",
|
9 | 9 | "test": "jest",
|
10 | 10 | "lint": "eslint src/**/*.ts",
|
11 |
| - "semantic-release": "semantic-release" |
| 11 | + "release": "auto shipit" |
12 | 12 | },
|
13 | 13 | "peerDependencies": {
|
14 | 14 | "react": ">=16.8.0",
|
15 | 15 | "react-native": ">=0.59"
|
16 | 16 | },
|
17 | 17 | "devDependencies": {
|
| 18 | + "@auto-it/all-contributors": "^9.11.0", |
| 19 | + "@auto-it/first-time-contributor": "^9.11.0", |
18 | 20 | "@react-native-community/eslint-config": "^0.0.7",
|
19 |
| - "@semantic-release/changelog": "^5.0.0", |
20 |
| - "@semantic-release/commit-analyzer": "^8.0.1", |
21 |
| - "@semantic-release/git": "^9.0.0", |
22 |
| - "@semantic-release/github": "^7.0.4", |
23 |
| - "@semantic-release/npm": "^7.0.3", |
24 |
| - "@semantic-release/release-notes-generator": "^9.0.0", |
25 | 21 | "@testing-library/react-hooks": "^3.2.1",
|
26 | 22 | "@testing-library/react-native": "^5.0.3",
|
27 | 23 | "@types/jest": "^25.1.3",
|
28 | 24 | "@types/react": "^16.9.10",
|
29 | 25 | "@types/react-native": "^0.61.0",
|
30 | 26 | "all-contributors-cli": "^6.13.0",
|
| 27 | + "auto": "^9.11.0", |
31 | 28 | "eslint": "^6.8.0",
|
32 | 29 | "eslint-plugin-prettier": "^3.1.2",
|
33 | 30 | "jest": "^25.1.0",
|
34 | 31 | "prettier": "^1.19.1",
|
35 | 32 | "react": "^16.12.0",
|
36 | 33 | "react-native": "^0.61.5",
|
37 | 34 | "react-test-renderer": "^16.12.0",
|
38 |
| - "semantic-release": "^17.0.4", |
39 | 35 | "ts-jest": "^25.2.1",
|
40 | 36 | "typescript": "^3.6.4"
|
41 | 37 | },
|
|
47 | 43 | "license": "ISC",
|
48 | 44 | "files": [
|
49 | 45 | "lib"
|
50 |
| - ] |
| 46 | + ], |
| 47 | + "auto": { |
| 48 | + "plugins": [ |
| 49 | + "npm", |
| 50 | + "all-contributors", |
| 51 | + "first-time-contributor", |
| 52 | + "released" |
| 53 | + ], |
| 54 | + "onlyPublishWithReleaseLabel": true, |
| 55 | + "noVersionPrefix": true |
| 56 | + } |
51 | 57 | }
|
0 commit comments