Skip to content

Commit

Permalink
add auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
idok committed Apr 12, 2020
1 parent 670fb80 commit 5f49833
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
106 changes: 106 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"unit-test": "cross-env nyc mocha \"tests/**/*.js\" --reporter=dot",
"patch": "npm version patch -m\"update version to %s\" && git push --follow-tags",
"minor": "npm version minor -m\"update version to %s\" && git push --follow-tags",
"major": "npm version major -m\"update version to %s\" && git push --follow-tags"
"major": "npm version major -m\"update version to %s\" && git push --follow-tags",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"files": [
"LICENSE",
Expand All @@ -30,6 +31,7 @@
"lodash": ">=4"
},
"devDependencies": {
"auto-changelog": "^2.0.0",
"coveralls": "^3.0.11",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
Expand All @@ -49,5 +51,6 @@
"eslintplugin",
"lodash"
],
"license": "MIT"
"license": "MIT",
"dependencies": {}
}

0 comments on commit 5f49833

Please sign in to comment.