diff --git a/README.md b/README.md index 82fe9622..7586a87e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Customizable commit-analyzer plugin for [semantic-release](https://github.com/se [![Codecov](https://img.shields.io/codecov/c/github/semantic-release/commit-analyzer.svg)](https://codecov.io/gh/semantic-release/commit-analyzer) [![Greenkeeper badge](https://badges.greenkeeper.io/semantic-release/commit-analyzer.svg)](https://greenkeeper.io/) +[![npm latest version](https://img.shields.io/npm/v/@semantic-release/commit-analyzer/latest.svg)](https://www.npmjs.com/package/@semantic-release/commit-analyzer) +[![npm next version](https://img.shields.io/npm/v/@semantic-release/commit-analyzer/next.svg)](https://www.npmjs.com/package/@semantic-release/commit-analyzer) + ## Options By default `commit-analyzer` uses the `angular` format described in [Angular convention](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular) and the [default rules](lib/default-release-rules.js) for release. diff --git a/package.json b/package.json index c726b031..6124b5eb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "xo": "^0.18.2" }, "engines": { - "node": ">=4" + "node": ">=8.3" }, "files": [ "lib", @@ -80,7 +80,8 @@ "trailingComma": "es5" }, "publishConfig": { - "access": "public" + "access": "public", + "tag": "next" }, "repository": { "type": "git",