Skip to content

Commit 9f11b1e

Browse files
authored
chore: add standard-version as npm run release (#54)
1 parent d6fa907 commit 9f11b1e

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
@@ -4,6 +4,7 @@
44
[![Coverage Status][coveralls-image]][coveralls-url]
55
[![NPM version][npm-image]][npm-url]
66
[![js-standard-style][standard-image]][standard-url]
7+
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
78

89
The bare-bones internationalization library used by yargs.
910

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 report --reporter=text-lcov | coveralls"
9+
"coverage": "nyc report --reporter=text-lcov | coveralls",
10+
"release": "standard-version"
1011
},
1112
"repository": {
1213
"type": "git",
@@ -32,6 +33,7 @@
3233
"mocha": "^4.0.1",
3334
"nyc": "^11.0.1",
3435
"rimraf": "^2.5.0",
35-
"standard": "^10.0.0-beta.0"
36+
"standard": "^10.0.0-beta.0",
37+
"standard-version": "^4.2.0"
3638
}
3739
}

0 commit comments

Comments
 (0)