Skip to content

Commit 05e366a

Browse files
committed
patch: enable changelog generation in GitHub releases
Fix semantic-release configuration to include release notes in GitHub releases by removing the options that disabled them.
1 parent 3ddfd48 commit 05e366a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.releaserc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@
2323
"assets": ["package.json", "package-lock.json"]
2424
}
2525
],
26-
[
27-
"@semantic-release/github",
28-
{
29-
"successComment": false,
30-
"failComment": false,
31-
"releasedLabels": false
32-
}
33-
]
26+
"@semantic-release/github"
3427
]
3528
}

0 commit comments

Comments
 (0)