Commit a905f42 1 parent 9a499e6 commit a905f42 Copy full SHA for a905f42
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 38
38
"@babel/preset-env" : " ^7.4.2" ,
39
39
"@babel/runtime" : " ^7.4.2" ,
40
40
"@semantic-release/git" : " ^9.0.0" ,
41
+ "@semantic-release/github" : " ^7.0.4" ,
41
42
"@vue/test-utils" : " ^1.0.0-beta.31" ,
42
43
"autoprefixer" : " ^9.4.7" ,
43
44
"babel-core" : " ^7.0.0-bridge.0" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ module.exports = {
6
6
"@semantic-release/npm" ,
7
7
"@semantic-release/commit-analyzer" ,
8
8
"@semantic-release/release-notes-generator" ,
9
+ [ "@semantic-release/github" , {
10
+ "assets" : [ "dist/**" ]
11
+ } ] ,
9
12
[
10
13
"@semantic-release/git" ,
11
14
{
Original file line number Diff line number Diff line change 1068
1068
micromatch "^4.0.0"
1069
1069
p-reduce "^2.0.0"
1070
1070
1071
- " @semantic-release/github@^7.0.0 " :
1071
+ " @semantic-release/github@^7.0.0" , "@semantic-release/github@^7.0.4" :
1072
1072
version "7.0.4"
1073
1073
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.0.4.tgz#6a62c020d086b84e723e143c78b4d72078e87d28"
1074
1074
integrity sha512-qQi41eGIa/tne7T8rvQK+xJNoyadOmd5mVsNZUUqZCVueiUkCItspJ7Mgy5ZWuhwlo28+hKeT/4zJ6MIG6er2Q==
You can’t perform that action at this time.
0 commit comments