Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit daa0616

Browse files
committed
ci(release): release on @next dist-tag
1 parent 0376de2 commit daa0616

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 @@
66
[![Codecov](https://img.shields.io/codecov/c/github/semantic-release/apm-config.svg)](https://codecov.io/gh/semantic-release/apm-config)
77
[![Greenkeeper badge](https://badges.greenkeeper.io/semantic-release/apm-config.svg)](https://greenkeeper.io/)
88

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

1114
### Local installation

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"trailingComma": "es5"
8888
},
8989
"publishConfig": {
90-
"access": "public"
90+
"access": "public",
91+
"tag": "next"
9192
},
9293
"repository": {
9394
"type": "git",

0 commit comments

Comments
 (0)