Skip to content

Commit 7b48fa5

Browse files
committed
build(standard-version): Use standard-version to run releases
1 parent 041130c commit 7b48fa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"husky": "^0.13.3",
1616
"lint-staged": "^3.4.0",
1717
"prettier": "^0.22.0",
18+
"standard-version": "^4.0.0",
1819
"tap": "10.3.2"
1920
},
2021
"keywords": [
@@ -30,6 +31,7 @@
3031
"url": "[email protected]:documentationjs/gulp-documentation.git"
3132
},
3233
"scripts": {
34+
"release": "standard-version",
3335
"precommit": "lint-staged --verbose",
3436
"format": "prettier --write '{lib,test}/**/*.js' --single-quote",
3537
"docs": "documentation readme index.js --section=API"

0 commit comments

Comments
 (0)