Skip to content

Commit f6a7cca

Browse files
committed
fix(semantic): adds missing github plugin
1 parent 76d1ba0 commit f6a7cca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
"@semantic-release/commit-analyzer",
2727
"@semantic-release/release-notes-generator",
2828
"@semantic-release/changelog",
29+
[
30+
"@semantic-release/github",
31+
{
32+
"assets": [
33+
"dist/**"
34+
]
35+
}
36+
],
2937
"@semantic-release/npm",
3038
"@semantic-release/git",
3139
[

0 commit comments

Comments
 (0)