Skip to content

Commit a905f42

Browse files
authored
ci(semantic-release): implement github plugin (#1082)
1 parent 9a499e6 commit a905f42

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@babel/preset-env": "^7.4.2",
3939
"@babel/runtime": "^7.4.2",
4040
"@semantic-release/git": "^9.0.0",
41+
"@semantic-release/github": "^7.0.4",
4142
"@vue/test-utils": "^1.0.0-beta.31",
4243
"autoprefixer": "^9.4.7",
4344
"babel-core": "^7.0.0-bridge.0",

release.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ module.exports = {
66
"@semantic-release/npm",
77
"@semantic-release/commit-analyzer",
88
"@semantic-release/release-notes-generator",
9+
["@semantic-release/github", {
10+
"assets": ["dist/**"]
11+
}],
912
[
1013
"@semantic-release/git",
1114
{

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@
10681068
micromatch "^4.0.0"
10691069
p-reduce "^2.0.0"
10701070

1071-
"@semantic-release/github@^7.0.0":
1071+
"@semantic-release/github@^7.0.0", "@semantic-release/github@^7.0.4":
10721072
version "7.0.4"
10731073
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.0.4.tgz#6a62c020d086b84e723e143c78b4d72078e87d28"
10741074
integrity sha512-qQi41eGIa/tne7T8rvQK+xJNoyadOmd5mVsNZUUqZCVueiUkCItspJ7Mgy5ZWuhwlo28+hKeT/4zJ6MIG6er2Q==

0 commit comments

Comments
 (0)