File tree Expand file tree Collapse file tree 7 files changed +2279
-976
lines changed
Expand file tree Collapse file tree 7 files changed +2279
-976
lines changed Original file line number Diff line number Diff line change 1- sudo : false
21language : node_js
3- cache : yarn
4- notifications :
5- email : false
2+
63node_js :
7- - ' 7'
8- - ' 6'
4+ - 8
5+ - 10
6+
97script :
10- - yarn run test
11- - yarn run build
12- after_success :
13- - ' curl -Lo travis_after_all.py https://git.io/travis_after_all'
14- - python travis_after_all.py
15- - export $(cat .to_export_back) &> /dev/null
16- - yarn run report-coverage
17- - yarn run semantic-release
18- branches :
19- except :
20- - /^v\d+\.\d+\.\d+$/
8+ - yarn test
9+
10+ jobs :
11+ include :
12+ # Define the release stage that runs semantic-release
13+ - stage : release
14+ node_js : lts/*
15+ script :
16+ yarn build
17+ deploy :
18+ provider : script
19+ skip_cleanup : true
20+ script :
21+ - yarn run semantic-release
22+ on :
23+ branch : master
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- // flow-typed signature: ee37b449db43cc0d39298be32a090445
2- // flow-typed version: <<STUB>>/commitizen_v2.9.6 /flow_v0.80.0
1+ // flow-typed signature: b629f0a9b546deb4715a52bf5cde3696
2+ // flow-typed version: <<STUB>>/commitizen_v2.10.1 /flow_v0.80.0
33
44/**
55 * This is an autogenerated libdef stub for:
@@ -134,6 +134,10 @@ declare module 'commitizen/dist/git/log' {
134134 declare module . exports : any ;
135135}
136136
137+ declare module 'commitizen/dist/git/whatChanged' {
138+ declare module . exports : any ;
139+ }
140+
137141declare module 'commitizen/dist/index' {
138142 declare module . exports : any ;
139143}
@@ -227,6 +231,9 @@ declare module 'commitizen/dist/git/init.js' {
227231declare module 'commitizen/dist/git/log.js' {
228232 declare module . exports : $Exports < 'commitizen/dist/git/log' > ;
229233}
234+ declare module 'commitizen/dist/git/whatChanged.js' {
235+ declare module . exports : $Exports < 'commitizen/dist/git/whatChanged' > ;
236+ }
230237declare module 'commitizen/dist/index.js' {
231238 declare module . exports : $Exports < 'commitizen/dist/index' > ;
232239}
Original file line number Diff line number Diff line change 1- // flow-typed signature: 84dcc3c1906475bb46d2a7aeeab99ce3
2- // flow-typed version: <<STUB>>/cz-conventional-changelog_v2.0 .0/flow_v0.80.0
1+ // flow-typed signature: 6f0ddff7d58012524df4bb3df728d857
2+ // flow-typed version: <<STUB>>/cz-conventional-changelog_v2.1 .0/flow_v0.80.0
33
44/**
55 * This is an autogenerated libdef stub for:
You can’t perform that action at this time.
0 commit comments