Skip to content

Commit

Permalink
chore: add semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 26, 2019
1 parent 69437bc commit c9d8da0
Show file tree
Hide file tree
Showing 3 changed files with 1,782 additions and 70 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
- run:
name: test
command: yarn test
- run:
name: release
command: yarn semantic-release
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"poi": "^12.2.14",
"polished": "^2.3.1",
"prettier": "^1.15.2",
"semantic-release": "^15.13.3",
"vue": "^2.5.21",
"xo": "^0.23.0"
},
Expand Down Expand Up @@ -79,5 +80,8 @@
"prettier --write",
"git add"
]
},
"release": {
"branch": "master"
}
}
Loading

0 comments on commit c9d8da0

Please sign in to comment.