Skip to content

Commit c1e302f

Browse files
pvdlggr2m
authored andcommitted
build(release): release new version on next dist-tag
1 parent 60fea38 commit c1e302f

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/exec.svg)](https://codecov.io/gh/semantic-release/exec)
77
[![Greenkeeper badge](https://badges.greenkeeper.io/semantic-release/exec.svg)](https://greenkeeper.io/)
88

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

1114
Execute a shell command to verify if the release should happen.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"trailingComma": "es5"
7373
},
7474
"publishConfig": {
75-
"access": "public"
75+
"access": "public",
76+
"tag": "next"
7677
},
7778
"repository": {
7879
"type": "git",

0 commit comments

Comments
 (0)