Skip to content

Commit

Permalink
add version and gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed May 2, 2019
1 parent f8433ed commit c66cf5f
Show file tree
Hide file tree
Showing 2 changed files with 683 additions and 17 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"netlify-lambda": "bin/cmd.js"
},
"scripts": {
"test": "jest"
"test": "jest",
"version": "auto-changelog -p --template keepachangelog && git add .",
"prepublishOnly": "git push && git push --tags && gh-release"
},
"files": [
"lib/*.js",
Expand Down Expand Up @@ -41,6 +43,8 @@
"webpack-merge": "^4.1.4"
},
"devDependencies": {
"auto-changelog": "^1.13.0",
"gh-release": "^3.5.0",
"jest": "^23.6.0"
}
}
Loading

0 comments on commit c66cf5f

Please sign in to comment.