Skip to content

Commit 7ecc51a

Browse files
committed
chore(ci): update semantic-release
other changes - remove codecov
1 parent 4475587 commit 7ecc51a

File tree

7 files changed

+2279
-976
lines changed

7 files changed

+2279
-976
lines changed

.travis.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
sudo: false
21
language: node_js
3-
cache: yarn
4-
notifications:
5-
email: false
2+
63
node_js:
7-
- '7'
8-
- '6'
4+
- 8
5+
- 10
6+
97
script:
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

flow-typed/npm/codecov_vx.x.x.js

Lines changed: 0 additions & 276 deletions
This file was deleted.

flow-typed/npm/commitizen_vx.x.x.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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+
137141
declare module 'commitizen/dist/index' {
138142
declare module.exports: any;
139143
}
@@ -227,6 +231,9 @@ declare module 'commitizen/dist/git/init.js' {
227231
declare 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+
}
230237
declare module 'commitizen/dist/index.js' {
231238
declare module.exports: $Exports<'commitizen/dist/index'>;
232239
}

flow-typed/npm/cz-conventional-changelog_vx.x.x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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:

0 commit comments

Comments
 (0)