Skip to content

Commit 371f16b

Browse files
committed
chore: add commit message format to npm version patch
1 parent 7208927 commit 371f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "eslint src",
88
"lint:fix": "eslint src --fix",
9-
"v:patch": "npm version patch",
9+
"v:patch": "npm version patch -m \"Release v%s\"",
1010
"build": "webpack -p",
1111
"start": "webpack-dev-server --open --progress --colors"
1212
},

0 commit comments

Comments
 (0)