Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
feat(standard-version): automate part of the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Aug 25, 2018
1 parent 1155ebe commit 4c768c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "eslint index.js lib test",
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write index.js 'test/**/*.js' 'lib/**/*.js'",
"changelog": "conventional-changelog -p angular -i HISTORY.md -s",
"atlas": "node ./test/atlas.js"
"atlas": "node ./test/atlas.js",
"release": "standard-version -i HISTORY.md"
},
"repository": {
"type": "git",
Expand All @@ -28,7 +29,6 @@
"chai": "^4.1.2",
"chai-subset": "^1.6.0",
"co": "^4.6.0",
"conventional-changelog-cli": "^1.3.5",
"eslint": "^4.6.1",
"eslint-plugin-prettier": "^2.2.0",
"jsdoc": "3.5.4",
Expand All @@ -37,7 +37,8 @@
"mongodb-test-runner": "^1.1.18",
"prettier": "~1.12.0",
"sinon": "^6.0.0",
"snappy": "^6.0.1"
"snappy": "^6.0.1",
"standard-version": "^4.4.0"
},
"peerOptionalDependencies": {
"kerberos": "^1.0.0",
Expand Down

0 comments on commit 4c768c4

Please sign in to comment.