Skip to content

Commit

Permalink
change changelog-preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeharu Oshida committed Feb 10, 2020
1 parent e9d07d9 commit 7fdd1ef
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 @@ -21,7 +21,7 @@
"build": "lerna run build",
"copy": "cp packages/textlint-browser-runner/dist/textlint.bundle.min.js ./docs/downloads/ && cp packages/kuromojin-external-dict-loader/kuromojin-external-dict-loader.js ./docs/downloads/ && cp README.md ./docs/index.md",
"doc": "npm run clean && npm run bootstrap && npm run build && npm run copy",
"release": "lerna publish --conventional-commits --changelog-preset=angular-all --dist-tag latest"
"release": "lerna publish --conventional-commits --changelog-preset=angular --dist-tag latest"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
Expand Down

0 comments on commit 7fdd1ef

Please sign in to comment.