File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11version : " {build} - {branch}"
22skip_tags : true
3+ skip_branch_with_pr : true
34
45environment :
56 matrix :
Original file line number Diff line number Diff line change 1212 "test" : " npm run lint && npm run clean && jest -c ./jest.json" ,
1313 "test:watch" : " npm run clean && jest -c ./jest.json --watch --no-coverage" ,
1414 "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"
1616 },
1717 "repository" : {
1818 "type" : " git" ,
3737 "del-cli" : " ^1.1.0" ,
3838 "jest" : " ^21.2.0" ,
3939 "mock-fs" : " ^4.4.1" ,
40- "semantic-release" : " ^8 .0.4 " ,
40+ "semantic-release" : " ^9 .0.0 " ,
4141 "ts-jest" : " ^21.0.0" ,
4242 "tslint" : " ^5.5.0" ,
4343 "tslint-config-airbnb" : " ^5.2.1" ,
You can’t perform that action at this time.
0 commit comments