Skip to content

Commit ff84e32

Browse files
committed
feat: adds standard-version for release management
1 parent acc6c33 commit ff84e32

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build Status](https://travis-ci.org/yargs/cliui.svg)](https://travis-ci.org/yargs/cliui)
44
[![Coverage Status](https://coveralls.io/repos/yargs/cliui/badge.svg?branch=)](https://coveralls.io/r/yargs/cliui?branch=)
55
[![NPM version](https://img.shields.io/npm/v/cliui.svg)](https://www.npmjs.com/package/cliui)
6+
[![Standard Version](https://img.shields.io/badge/standard-version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)
67

78
easily create complex multi-column command-line-interfaces.
89

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"pretest": "standard",
88
"test": "nyc mocha",
9-
"coverage": "nyc --reporter=text-lcov mocha | coveralls"
9+
"coverage": "nyc --reporter=text-lcov mocha | coveralls",
10+
"version": "standard-version"
1011
},
1112
"repository": {
1213
"type": "git",
@@ -54,7 +55,8 @@
5455
"coveralls": "^2.11.8",
5556
"mocha": "^2.4.5",
5657
"nyc": "^6.1.1",
57-
"standard": "^6.0.8"
58+
"standard": "^6.0.8",
59+
"standard-version": "^2.1.1"
5860
},
5961
"files": [
6062
"index.js"

0 commit comments

Comments
 (0)