File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
version : " {build} - {branch}"
2
2
skip_tags : true
3
+ skip_branch_with_pr : true
3
4
4
5
environment :
5
6
matrix :
Original file line number Diff line number Diff line change 12
12
"test" : " npm run lint && npm run clean && jest -c ./jest.json" ,
13
13
"test:watch" : " npm run clean && jest -c ./jest.json --watch --no-coverage" ,
14
14
"typedoc" : " del-cli ./docs && typedoc --ignoreCompilerErrors --out ./docs --mode file --tsconfig ./config/tsconfig.build.json ./src/" ,
15
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post "
15
+ "semantic-release" : " semantic-release"
16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
37
37
"del-cli" : " ^1.1.0" ,
38
38
"jest" : " ^21.2.0" ,
39
39
"mock-fs" : " ^4.4.1" ,
40
- "semantic-release" : " ^8 .0.4 " ,
40
+ "semantic-release" : " ^9 .0.0 " ,
41
41
"ts-jest" : " ^21.0.0" ,
42
42
"tslint" : " ^5.5.0" ,
43
43
"tslint-config-airbnb" : " ^5.2.1" ,
You can’t perform that action at this time.
0 commit comments