Skip to content

Commit

Permalink
chore: add changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
osdio committed Mar 18, 2021
1 parent af872f4 commit b53badb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"release:mac": "FORCE_COLOR=1 npm run build",
"release:win": "FORCE_COLOR=1 npm run build:win",
"release": "FORCE_COLOR=1 node release.js",
"commit": "cz"
"commit": "cz",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down

0 comments on commit b53badb

Please sign in to comment.