Skip to content

Commit

Permalink
Merge #37
Browse files Browse the repository at this point in the history
37: chore: add release-it for release management r=jniles a=jniles

This commit adds release-it for release management.

Co-authored-by: Jonathan Niles <jonathanwniles@gmail.com>
  • Loading branch information
bors[bot] and jniles authored Mar 19, 2020
2 parents 5c9d15c + 313a487 commit a8257fe
Show file tree
Hide file tree
Showing 2 changed files with 759 additions and 76 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"scripts": {
"prepublishOnly": "yarn test",
"test": "./node_modules/.bin/eslint index.js && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release" : "release-it --disable-metrics --github.release --npm.publish"
},
"publishConfig" : {
"access": "public"
},
"keywords": [
"tree",
Expand All @@ -22,7 +26,8 @@
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-ava": "^10.2.0",
"eslint-plugin-import": "^2.9.0",
"nyc": "^15.0.0"
"nyc": "^15.0.0",
"release-it": "^13.1.1"
},
"dependencies": {
"debug": "^4.0.0"
Expand Down
Loading

0 comments on commit a8257fe

Please sign in to comment.