Skip to content

Commit

Permalink
build: setup release message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 25, 2019
1 parent e53be2f commit 433c765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"prerelease": "npm run update:check",
"pretest": "npm run lint",
"preversion": "lerna exec npx finepack && git-authors-cli && finepack",
"release": "lerna publish --sort --conventional-commits",
"release": "lerna publish --sort --conventional-commits -m \"chore(release): v%s\"",
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"test": "lerna exec npm run test",
"update": "lerna exec ncu -- -a -x standard",
Expand Down

0 comments on commit 433c765

Please sign in to comment.