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 041130c commit 7b48fa5Copy full SHA for 7b48fa5
package.json
@@ -15,6 +15,7 @@
15
"husky": "^0.13.3",
16
"lint-staged": "^3.4.0",
17
"prettier": "^0.22.0",
18
+ "standard-version": "^4.0.0",
19
"tap": "10.3.2"
20
},
21
"keywords": [
@@ -30,6 +31,7 @@
30
31
"url": "git@github.com:documentationjs/gulp-documentation.git"
32
33
"scripts": {
34
+ "release": "standard-version",
35
"precommit": "lint-staged --verbose",
36
"format": "prettier --write '{lib,test}/**/*.js' --single-quote",
37
"docs": "documentation readme index.js --section=API"
0 commit comments