Skip to content

Commit

Permalink
Auto generate CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Jul 24, 2019
1 parent 3cda33f commit 6046ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test": "npm run lint && mocha",
"coverage": "nyc mocha",
"preversion": "npm test",
"version": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md",
"travis": "npm run lint && npm run coverage"
},
"repository": {
Expand Down Expand Up @@ -57,6 +58,7 @@
"httpception": "^3.0.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"offline-github-changelog": "^1.6.1",
"prettier": "~1.18.2",
"sinon": "^7.3.2",
"unexpected": "^11.7.0",
Expand Down

0 comments on commit 6046ea5

Please sign in to comment.