File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,14 @@ node_js:
3
3
- 10
4
4
- 8
5
5
6
- # Trigger a push build on master and greenkeeper branches + PRs build on every branches
6
+ # Trigger a push build on release and greenkeeper branches + PRs build on every branches
7
7
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
8
8
branches :
9
9
only :
10
10
- master
11
+ - next
12
+ - beta
13
+ - /^\d+\.(\d+|x)(\.x)?$/
11
14
- /^greenkeeper.*$/
12
15
13
16
# Retry install on fail to avoid failing a build on network/disk/external errors
Original file line number Diff line number Diff line change 8
8
9
9
[ ![ npm latest version] ( https://img.shields.io/npm/v/@semantic-release/commit-analyzer/latest.svg )] ( https://www.npmjs.com/package/@semantic-release/commit-analyzer )
10
10
[ ![ npm next version] ( https://img.shields.io/npm/v/@semantic-release/commit-analyzer/next.svg )] ( https://www.npmjs.com/package/@semantic-release/commit-analyzer )
11
+ [ ![ npm beta version] ( https://img.shields.io/npm/v/@semantic-release/commit-analyzer/beta.svg )] ( https://www.npmjs.com/package/@semantic-release/commit-analyzer )
11
12
12
13
| Step | Description |
13
14
| ------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------|
Original file line number Diff line number Diff line change 36
36
"cz-conventional-changelog" : " ^2.0.0" ,
37
37
"nyc" : " ^12.0.1" ,
38
38
"rimraf" : " ^2.6.1" ,
39
- "semantic-release" : " ^15 .0.0" ,
39
+ "semantic-release" : " ^16 .0.0-beta " ,
40
40
"sinon" : " ^6.0.0" ,
41
41
"xo" : " ^0.23.0"
42
42
},
80
80
"trailingComma" : " es5"
81
81
},
82
82
"publishConfig" : {
83
- "access" : " public" ,
84
- "tag" : " next"
83
+ "access" : " public"
85
84
},
86
85
"repository" : {
87
86
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments