File tree Expand file tree Collapse file tree 3 files changed +8
-78
lines changed Expand file tree Collapse file tree 3 files changed +8
-78
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
language : node_js
10
10
node_js :
11
11
- node
12
- script :
13
- - npm run ci
14
12
before_script :
15
13
- export DISPLAY=:99.0
16
14
- sh -e /etc/init.d/xvfb start
20
18
notifications :
21
19
email : false
22
20
after_success :
23
- - npm run release
21
+ - npm run semantic-release
22
+ branches :
23
+ except :
24
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nglibrary/utils" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 0 .0.0-development " ,
4
4
"description" : " Utility library for Angular 4+" ,
5
5
"main" : " ./dist/index.umd.js" ,
6
6
"unpkg" : " ./dist/index.umd.min.js" ,
54
54
"test" : " karma start" ,
55
55
"test:watch" : " karma start --auto-watch --no-single-run" ,
56
56
"tslint" : " tslint" ,
57
- "release" : " release-it -- npm. publish --non-interactive "
57
+ "semantic- release" : " semantic-release pre && npm publish && semantic-release post "
58
58
},
59
59
"dependencies" : {},
60
60
"peerDependencies" : {
97
97
"karma-webpack" : " ^2.0.3" ,
98
98
"node-sass" : " ^4.5.2" ,
99
99
"raw-loader" : " ^0.5.1" ,
100
- "release-it" : " ^2.8.0" ,
101
100
"rimraf" : " 2.6.1" ,
102
101
"rxjs" : " ^5.3.1" ,
103
102
"sass-loader" : " ^6.0.5" ,
109
108
"webpack" : " ^2.5.1" ,
110
109
"webpack-angular-externals" : " ^1.0.2" ,
111
110
"webpack-rxjs-externals" : " ^1.0.0" ,
112
- "zone.js" : " ^0.8.10"
111
+ "zone.js" : " ^0.8.10" ,
112
+ "semantic-release" : " ^6.3.6"
113
113
}
114
114
}
You can’t perform that action at this time.
0 commit comments