Skip to content

Commit

Permalink
chore: setting up auto changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 22, 2020
1 parent 410a939 commit d80eff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"pretest": "npm run prettier",
"prettier": "prettier --list-different --write \"./**/**.js\"",
"release": "conventional-changelog -i CHANGELOG.md -s",
"test": "eslint ."
"test": "eslint .",
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"author": "Jon Ursenbach <[email protected]>",
"license": "ISC",
Expand Down

0 comments on commit d80eff7

Please sign in to comment.