Skip to content

Commit 03f4e03

Browse files
committed
fix(releaserc): Added plugins to release to npm, github
#50
1 parent ff0b15a commit 03f4e03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.releaserc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
{"type": "release", "release": "major"}
77
]
88
}],
9-
"@semantic-release/release-notes-generator"
9+
'@semantic-release/release-notes-generator',
10+
'@semantic-release/npm',
11+
'@semantic-release/github'
1012
]
1113
}

0 commit comments

Comments
 (0)