File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Set of [semantic-release](https://github.com/semantic-release/semantic-release)
6
6
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/semantic-release/npm.svg )] ( https://codecov.io/gh/semantic-release/npm )
7
7
[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/semantic-release/npm.svg )] ( https://greenkeeper.io/ )
8
8
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
+
9
12
## verifyConditions
10
13
11
14
Verify the presence of the ` NPM_TOKEN ` environment variable, create or update the ` .npmrc ` file with the token and verify the token is valid.
Original file line number Diff line number Diff line change 83
83
"trailingComma" : " es5"
84
84
},
85
85
"publishConfig" : {
86
- "access" : " public"
86
+ "access" : " public" ,
87
+ "tag" : " next"
87
88
},
88
89
"repository" : {
89
90
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments