Skip to content

Commit 79f8b7a

Browse files
pvdlggr2m
authored andcommitted
build(release): release new version on next dist-tag
1 parent cec8078 commit 79f8b7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Set of [semantic-release](https://github.com/semantic-release/semantic-release)
66
[![Codecov](https://img.shields.io/codecov/c/github/semantic-release/npm.svg)](https://codecov.io/gh/semantic-release/npm)
77
[![Greenkeeper badge](https://badges.greenkeeper.io/semantic-release/npm.svg)](https://greenkeeper.io/)
88

9+
[![npm latest version](https://img.shields.io/npm/v/@semantic-release/npm/latest.svg)](https://www.npmjs.com/package/@semantic-release/npm)
10+
[![npm next version](https://img.shields.io/npm/v/@semantic-release/npm/next.svg)](https://www.npmjs.com/package/@semantic-release/npm)
11+
912
## verifyConditions
1013

1114
Verify the presence of the `NPM_TOKEN` environment variable, create or update the `.npmrc` file with the token and verify the token is valid.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"trailingComma": "es5"
8484
},
8585
"publishConfig": {
86-
"access": "public"
86+
"access": "public",
87+
"tag": "next"
8788
},
8889
"repository": {
8990
"type": "git",

0 commit comments

Comments
 (0)