File tree Expand file tree Collapse file tree 3 files changed +1714
-50
lines changed
Expand file tree Collapse file tree 3 files changed +1714
-50
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "git" : {
3+ "commitMessage" : " chore: release %s" ,
4+ "tagName" : " v%s"
5+ },
6+ "npm" : {
7+ "publish" : true
8+ },
9+ "github" : {
10+ "release" : true
11+ },
12+ "plugins" : {
13+ "@release-it/conventional-changelog" : {
14+ "preset" : " angular"
15+ }
16+ }
17+ }
Original file line number Diff line number Diff line change 1414 "build" : " tsc -p ." ,
1515 "build:watch" : " tsc --watch -p ." ,
1616 "tslint" : " tsc --noEmit" ,
17- "test" : " jest"
17+ "test" : " jest" ,
18+ "release" : " release-it"
1819 },
1920 "publishConfig" : {
2021 "registry" : " https://registry.npmjs.org/"
2627 "react-native-gesture-handler" : " >=1.3.0"
2728 },
2829 "devDependencies" : {
30+ "@release-it/conventional-changelog" : " ^1.1.0" ,
2931 "@types/enzyme" : " ^3.10.3" ,
3032 "@types/enzyme-adapter-react-16" : " ^1.0.5" ,
3133 "@types/jest" : " ^24.0.18" ,
4244 "react-native" : " ^0.60.5" ,
4345 "react-native-gesture-handler" : " ^1.4.1" ,
4446 "react-test-renderer" : " ^16.9.0" ,
47+ "release-it" : " ^12.3.6" ,
4548 "ts-jest" : " ^24.1.0" ,
46- "typescript" : " ^3.6.2" ,
47- "weak" : " ^1.0.1"
49+ "typescript" : " ^3.6.2"
4850 }
4951}
You can’t perform that action at this time.
0 commit comments