Skip to content

Commit

Permalink
Improve release config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 3, 2018
1 parent 4a0d3db commit ba53ddc
Show file tree
Hide file tree
Showing 3 changed files with 2,783 additions and 305 deletions.
12 changes: 10 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"github": {
"release": true,
"assets": "dist/"
"assets": "tmp/webui.zip"
},
"buildCommand": "npm run build"
"src": {
"push": true,
"tag": true,
"commit": true
},
"buildCommand": "npm run build && npm run zip",
"npm": {
"publish": true
}
}
Loading

0 comments on commit ba53ddc

Please sign in to comment.