Skip to content

Commit 433c765

Browse files
committedJan 25, 2019
build: setup release message
1 parent e53be2f commit 433c765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"prerelease": "npm run update:check",
6969
"pretest": "npm run lint",
7070
"preversion": "lerna exec npx finepack && git-authors-cli && finepack",
71-
"release": "lerna publish --sort --conventional-commits",
71+
"release": "lerna publish --sort --conventional-commits -m \"chore(release): v%s\"",
7272
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
7373
"test": "lerna exec npm run test",
7474
"update": "lerna exec ncu -- -a -x standard",

0 commit comments

Comments
 (0)