Skip to content

Commit c9d8da0

Browse files
committed
chore: add semantic-release
1 parent 69437bc commit c9d8da0

File tree

3 files changed

+1782
-70
lines changed

3 files changed

+1782
-70
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ jobs:
2222
- run:
2323
name: test
2424
command: yarn test
25+
- run:
26+
name: release
27+
command: yarn semantic-release

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"poi": "^12.2.14",
4343
"polished": "^2.3.1",
4444
"prettier": "^1.15.2",
45+
"semantic-release": "^15.13.3",
4546
"vue": "^2.5.21",
4647
"xo": "^0.23.0"
4748
},
@@ -79,5 +80,8 @@
7980
"prettier --write",
8081
"git add"
8182
]
83+
},
84+
"release": {
85+
"branch": "master"
8286
}
8387
}

0 commit comments

Comments
 (0)