File tree Expand file tree Collapse file tree 3 files changed +79
-1514
lines changed Expand file tree Collapse file tree 3 files changed +79
-1514
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ executors:
22
22
orbs :
23
23
android : circleci/android@1.0
24
24
25
- run_on_master : &run_on_master
26
- filters :
25
+
26
+ run_on_release : &run_on_release
27
+ filters :
28
+ tags :
29
+ only : /.*/
27
30
branches :
28
- only : main
31
+ ignore : /.*/
29
32
30
33
commands :
31
34
attach_project :
@@ -255,7 +258,7 @@ workflows:
255
258
- unit-tests
256
259
- build-package
257
260
- release-to-npm :
258
- << : *run_on_master
261
+ << : *run_on_release
259
262
context :
260
263
- react-native-context
261
264
requires :
Original file line number Diff line number Diff line change 26
26
"typescript" : " tsc --noEmit" ,
27
27
"lint" : " eslint \" **/*.{js,ts,tsx}\" " ,
28
28
"prepare" : " bob build" ,
29
- "release" : " release-it --access public" ,
30
29
"example" : " yarn --cwd example" ,
31
30
"pods" : " cd example && pod-install --quiet" ,
32
31
"bootstrap" : " yarn example && yarn && yarn pods"
55
54
},
56
55
"devDependencies" : {
57
56
"@react-native-community/eslint-config" : " ^2.0.0" ,
58
- "@release-it/conventional-changelog" : " ^2.0.0" ,
59
57
"@types/jest" : " ^26.0.0" ,
60
58
"@types/mocha" : " ^8.2.2" ,
61
59
"@types/react" : " ^16.9.19" ,
70
68
"react" : " 16.13.1" ,
71
69
"react-native" : " 0.63.4" ,
72
70
"react-native-builder-bob" : " ^0.18.0" ,
73
- "release-it" : " ^14.2.2" ,
74
71
"typescript" : " ^4.1.3" ,
75
72
"webdriverio" : " ^7.7.2"
76
73
},
85
82
" <rootDir>/lib/"
86
83
]
87
84
},
88
- "release-it" : {
89
- "git" : {
90
- "commitMessage" : " chore: release ${version} [skip ci]" ,
91
- "tagName" : " v${version}"
92
- },
93
- "npm" : {
94
- "publish" : true
95
- },
96
- "github" : {
97
- "release" : true
98
- },
99
- "plugins" : {
100
- "@release-it/conventional-changelog" : {
101
- "preset" : " angular" ,
102
- "ignoreRecommendedBump" : true
103
- }
104
- }
105
- },
106
85
"eslintConfig" : {
107
86
"root" : true ,
108
87
"ignorePatterns" : [
You can’t perform that action at this time.
0 commit comments