File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 25
25
- run :
26
26
name : Jest
27
27
command : yarn test
28
+ release-canary :
29
+ executor : rn/linux_js
30
+ steps :
31
+ - attach_workspace :
32
+ at : .
33
+ - rn/yarn_install
34
+ - run :
35
+ name : Publish a canary release to NPM
36
+ command : yarn release-canary
28
37
release :
29
38
executor : rn/linux_js
30
39
steps :
@@ -43,6 +52,15 @@ workflows:
43
52
- analyze :
44
53
requires :
45
54
- checkout_code
55
+ - release-canary :
56
+ requires :
57
+ - analyze
58
+ filters :
59
+ branches :
60
+ ignore : master
46
61
- release :
47
62
requires :
48
63
- analyze
64
+ filters :
65
+ branches :
66
+ only : master
Original file line number Diff line number Diff line change @@ -151,8 +151,9 @@ console.log('layout: ', layout)
151
151
[ version-badge ] : https://img.shields.io/npm/v/@react-native-community/hooks.svg?style=flat-square
152
152
[ package ] : https://www.npmjs.com/package/@react-native-community/hooks
153
153
154
- We use [ auto ] ( https://github.com/intuit/auto ) for automatic releases, an awesome tool by an awesome [ dude ] ( https://github.com/hipstersmoothie ) !
154
+ ## Thanks
155
155
156
+ We use [ auto] ( https://github.com/intuit/auto ) for automatic releases, an awesome tool by an awesome [ dude] ( https://github.com/hipstersmoothie ) !
156
157
157
158
## Contributors ✨
158
159
Original file line number Diff line number Diff line change 9
9
"build" : " tsc" ,
10
10
"test" : " jest" ,
11
11
"lint" : " eslint src/**/*.ts" ,
12
- "release" : " auto shipit"
12
+ "release" : " auto shipit" ,
13
+ "release-canary" : " auto canary"
13
14
},
14
15
"peerDependencies" : {
15
16
"react" : " >=16.8.0" ,
You can’t perform that action at this time.
0 commit comments