We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eccef2 commit c93aeb8Copy full SHA for c93aeb8
1 file changed
release.config.js
@@ -5,12 +5,7 @@ module.exports = {
5
'@semantic-release/commit-analyzer',
6
'@semantic-release/release-notes-generator',
7
'@semantic-release/npm',
8
- [
9
- '@semantic-release/github',
10
- {
11
- assets: [{ path: 'lib/**', label: 'JS distribution' }],
12
- },
13
- ],
+ '@semantic-release/github',
14
[
15
'@semantic-release/changelog',
16
{
0 commit comments