Skip to content

Commit 3265ec2

Browse files
committed
Merge branch 'master' of github.com:epochtalk/epochtalk-vue
2 parents fc7c51b + ac2093d commit 3265ec2

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
"build": "vue-cli-service build",
88
"lint": "vue-cli-service lint"
99
},
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+
},
1021
"dependencies": {
1122
"@fortawesome/fontawesome-free": "^5.15.1",
1223
"@vueform/multiselect": "^1.2.5",

0 commit comments

Comments
 (0)