File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 2.1
2
+ jobs :
3
+ release :
4
+ docker :
5
+ - image : circleci/node:12.14.1
6
+ steps :
7
+ - checkout
8
+ - run : yarn install
9
+ - run :
10
+ command : npx semantic-release
11
+ no_output_timeout : 20m
12
+ workflows :
13
+ release :
14
+ jobs :
15
+ - release
Original file line number Diff line number Diff line change 7
7
"build" : " vue-cli-service build" ,
8
8
"lint" : " vue-cli-service lint"
9
9
},
10
+ "release" : {
11
+ "plugins" : [
12
+ " @semantic-release/commit-analyzer" ,
13
+ " @semantic-release/release-notes-generator" ,
14
+ " @semantic-release/github"
15
+ ]
16
+ },
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " git://github.com/epochtalk/epochtalk-vue"
20
+ },
10
21
"dependencies" : {
11
22
"@fortawesome/fontawesome-free" : " ^5.15.1" ,
12
23
"@vueform/multiselect" : " ^1.2.5" ,
You can’t perform that action at this time.
0 commit comments