Skip to content

Commit

Permalink
build: fix release message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 25, 2019
1 parent a1df785 commit 0ae78ab
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 -m \"chore(release): v%s\"",
"release": "lerna publish --sort --conventional-commits -m \"chore(release): %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",
Expand Down

0 comments on commit 0ae78ab

Please sign in to comment.