Skip to content

Commit

Permalink
chore(package): update semantic-release to version 16.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Dec 15, 2018
1 parent d12a029 commit 499ee26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ node_js:
- 10
- 8

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

# Retry install on fail to avoid failing a build on network/disk/external errors
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

[![npm latest version](https://img.shields.io/npm/v/@semantic-release/exec/latest.svg)](https://www.npmjs.com/package/@semantic-release/exec)
[![npm next version](https://img.shields.io/npm/v/@semantic-release/exec/next.svg)](https://www.npmjs.com/package/@semantic-release/exec)
[![npm beta version](https://img.shields.io/npm/v/@semantic-release/exec/beta.svg)](https://www.npmjs.com/package/@semantic-release/exec)

| Step | Description |
|--------------------|---------------------------------------------------------------------------------------------------------|
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"commitizen": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"nyc": "^13.1.0",
"semantic-release": "^15.0.0",
"semantic-release": "^16.0.0-beta",
"sinon": "^7.1.1",
"stream-buffers": "^3.0.2",
"xo": "^0.23.0"
Expand Down Expand Up @@ -73,8 +73,7 @@
"trailingComma": "es5"
},
"publishConfig": {
"access": "public",
"tag": "next"
"access": "public"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 499ee26

Please sign in to comment.