2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

ci(semantic-release): implement github plugin (#1082)

This commit is contained in:
Jeff Sagal
2020-03-04 20:18:13 -08:00
committed by GitHub
parent 9a499e66fe
commit a905f42271
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
"@babel/preset-env": "^7.4.2",
"@babel/runtime": "^7.4.2",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.4",
"@vue/test-utils": "^1.0.0-beta.31",
"autoprefixer": "^9.4.7",
"babel-core": "^7.0.0-bridge.0",
+3
View File
@@ -6,6 +6,9 @@ module.exports = {
"@semantic-release/npm",
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/github", {
"assets": ["dist/**"]
}],
[
"@semantic-release/git",
{
+1 -1
View File
@@ -1068,7 +1068,7 @@
micromatch "^4.0.0"
p-reduce "^2.0.0"
"@semantic-release/github@^7.0.0":
"@semantic-release/github@^7.0.0", "@semantic-release/github@^7.0.4":
version "7.0.4"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.0.4.tgz#6a62c020d086b84e723e143c78b4d72078e87d28"
integrity sha512-qQi41eGIa/tne7T8rvQK+xJNoyadOmd5mVsNZUUqZCVueiUkCItspJ7Mgy5ZWuhwlo28+hKeT/4zJ6MIG6er2Q==