Skip to content

Commit 12fa050

Browse files
committed
chore(package): update semantic-release to version 16.0.0-beta
1 parent fc9b28a commit 12fa050

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ node_js:
33
- 10
44
- 8
55

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
77
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
88
branches:
99
only:
1010
- master
11+
- next
12+
- beta
13+
- /^\d+\.(\d+|x)(\.x)?$/
1114
- /^greenkeeper.*$/
1215

1316
# Retry install on fail to avoid failing a build on network/disk/external errors

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
[![npm latest version](https://img.shields.io/npm/v/@semantic-release/commit-analyzer/latest.svg)](https://www.npmjs.com/package/@semantic-release/commit-analyzer)
1010
[![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)
1112

1213
| Step | Description |
1314
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"cz-conventional-changelog": "^2.0.0",
3737
"nyc": "^12.0.1",
3838
"rimraf": "^2.6.1",
39-
"semantic-release": "^15.0.0",
39+
"semantic-release": "^16.0.0-beta",
4040
"sinon": "^6.0.0",
4141
"xo": "^0.23.0"
4242
},
@@ -80,8 +80,7 @@
8080
"trailingComma": "es5"
8181
},
8282
"publishConfig": {
83-
"access": "public",
84-
"tag": "next"
83+
"access": "public"
8584
},
8685
"repository": {
8786
"type": "git",

0 commit comments

Comments
 (0)