Skip to content

Commit 01a465e

Browse files
pvdlggr2m
authored andcommittedFeb 9, 2018
build(release): release new version on next dist-tag
1 parent bd2908d commit 01a465e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

Diff for: ‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Customizable commit-analyzer plugin for [semantic-release](https://github.com/se
66
[![Codecov](https://img.shields.io/codecov/c/github/semantic-release/commit-analyzer.svg)](https://codecov.io/gh/semantic-release/commit-analyzer)
77
[![Greenkeeper badge](https://badges.greenkeeper.io/semantic-release/commit-analyzer.svg)](https://greenkeeper.io/)
88

9+
[![npm latest version](https://img.shields.io/npm/v/@semantic-release/commit-analyzer/latest.svg)](https://www.npmjs.com/package/@semantic-release/commit-analyzer)
10+
[![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+
912
## Options
1013

1114
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 for: ‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"trailingComma": "es5"
8181
},
8282
"publishConfig": {
83-
"access": "public"
83+
"access": "public",
84+
"tag": "next"
8485
},
8586
"repository": {
8687
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.