2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

ci: semantic release plugin config (#1102)

This commit is contained in:
Jeff Sagal
2020-03-12 20:44:14 -07:00
committed by GitHub
parent a820f06d61
commit bb3f28478f
+8 -3
View File
@@ -6,9 +6,14 @@ module.exports = {
"@semantic-release/npm",
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/github", {
"assets": ["dist/**"]
}],
[
"@semantic-release/github",
{
assets: ["dist/**"],
successComment:
":tada: This issue has been resolved in version ${nextRelease.version} :tada:\\n\\nThe release is available on [GitHub release](<github_release_url>)\\n\\nPlease consider [sponsoring Vue Select](https://github.com/sponsors/sagalbot), your support is much appreciated! :+1:"
}
],
[
"@semantic-release/git",
{