diff --git a/.travis.yml b/.travis.yml index ab8ab90f..868f4373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 38d8606c..f539dd8a 100644 --- a/README.md +++ b/README.md @@ -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 | |--------------------|---------------------------------------------------------------------------------------------------------| diff --git a/package.json b/package.json index 6ade31c5..b6546e8d 100644 --- a/package.json +++ b/package.json @@ -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" @@ -73,8 +73,7 @@ "trailingComma": "es5" }, "publishConfig": { - "access": "public", - "tag": "next" + "access": "public" }, "repository": { "type": "git",