We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fb94e commit 38b628eCopy full SHA for 38b628e
package.json
@@ -68,7 +68,7 @@
68
"lint-staged": "^3.4.0",
69
"mock-fs": "^4.2.0",
70
"prettier": "^0.22.0",
71
- "standard-changelog": "1.0.1",
+ "standard-version": "^4.0.0",
72
"tap": "^10.3.2",
73
"tmp": "^0.0.31"
74
},
@@ -87,6 +87,7 @@
87
"url": "git@github.com:documentationjs/documentation.git"
88
89
"scripts": {
90
+ "release": "standard-version",
91
"precommit": "lint-staged --verbose",
92
"format": "prettier --write '{lib,test}/**/*.js' --single-quote",
93
"doc": "./bin/documentation.js build index.js -f md --access=public > docs/NODE_API.md",
0 commit comments