Skip to content

Commit 499ee26

Browse files
committed
chore(package): update semantic-release to version 16.0.0-beta
1 parent d12a029 commit 499ee26

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
@@ -4,11 +4,14 @@ node_js:
44
- 10
55
- 8
66

7-
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
7+
# Trigger a push build on release and greenkeeper branches + PRs build on every branches
88
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
99
branches:
1010
only:
1111
- master
12+
- next
13+
- beta
14+
- /^\d+\.(\d+|x)(\.x)?$/
1215
- /^greenkeeper.*$/
1316

1417
# 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/exec/latest.svg)](https://www.npmjs.com/package/@semantic-release/exec)
1010
[![npm next version](https://img.shields.io/npm/v/@semantic-release/exec/next.svg)](https://www.npmjs.com/package/@semantic-release/exec)
11+
[![npm beta version](https://img.shields.io/npm/v/@semantic-release/exec/beta.svg)](https://www.npmjs.com/package/@semantic-release/exec)
1112

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"commitizen": "^3.0.0",
3030
"cz-conventional-changelog": "^2.0.0",
3131
"nyc": "^13.1.0",
32-
"semantic-release": "^15.0.0",
32+
"semantic-release": "^16.0.0-beta",
3333
"sinon": "^7.1.1",
3434
"stream-buffers": "^3.0.2",
3535
"xo": "^0.23.0"
@@ -73,8 +73,7 @@
7373
"trailingComma": "es5"
7474
},
7575
"publishConfig": {
76-
"access": "public",
77-
"tag": "next"
76+
"access": "public"
7877
},
7978
"repository": {
8079
"type": "git",

0 commit comments

Comments
 (0)