File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
verifyConditions : [ '@semantic-release/npm' , '@semantic-release/gitlab' ] ,
3
3
publish : [ '@semantic-release/npm' , '@semantic-release/gitlab' ] ,
4
+ success : false ,
5
+ fail : false ,
4
6
} ;
Original file line number Diff line number Diff line change 16
16
" Gregor Martynus (https://twitter.com/gr2m)"
17
17
],
18
18
"dependencies" : {
19
- "@semantic-release/gitlab" : " ^2.0.2 " ,
20
- "@semantic-release/npm" : " ^3.0 .0"
19
+ "@semantic-release/gitlab" : " ^2.1.1 " ,
20
+ "@semantic-release/npm" : " ^3.1 .0"
21
21
},
22
22
"devDependencies" : {
23
23
"ava" : " ^0.25.0" ,
34
34
"mockserver-client" : " ^5.3.0" ,
35
35
"nyc" : " ^11.1.0" ,
36
36
"p-retry" : " ^1.0.0" ,
37
- "semantic-release" : " ^13 .0.1" ,
37
+ "semantic-release" : " ^14 .0.1" ,
38
38
"sinon" : " ^4.1.2" ,
39
39
"strip-ansi" : " ^4.0.0" ,
40
40
"tempy" : " ^0.2.1" ,
69
69
"all" : true
70
70
},
71
71
"peerDependencies" : {
72
- "semantic-release" : " 13.x.x "
72
+ "semantic-release" : " >= 13.0.0 <15.0.0 "
73
73
},
74
74
"prettier" : {
75
75
"printWidth" : 120
You can’t perform that action at this time.
0 commit comments