Skip to content

Commit 1811d51

Browse files
author
Ilya Radchenko
committed
chore(release): add standard-version for changelog and release flow
1 parent 04cdefb commit 1811d51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"docs:publish": "git-update-ghpages -b master Strider-CD/strider-cd.github.com _docpress",
5959
"deploy:docs": "npm run api-docs:md && npm run docs:build && npm run docs:publish",
6060
"debug": "node debug bin/strider --no-cluster",
61+
"release": "standard-version",
6162
"prepublish": "in-publish && npm run build || not-in-publish"
6263
},
6364
"dependencies": {
@@ -151,6 +152,7 @@
151152
"mocha": "^3.0.0",
152153
"node-mocks-http": "^1.2.4",
153154
"sinon": "^1.10.3",
155+
"standard-version": "^4.0.0",
154156
"surge": "^0.18.0",
155157
"watchify": "^3.4.0",
156158
"wd": "^0.4.0"

0 commit comments

Comments
 (0)