Skip to content

Commit 21c1b6f

Browse files
committed
chore: Fix changelog and disable release comments
Signed-off-by: Willem Pienaar <git@willem.co>
1 parent ca5ad24 commit 21c1b6f

File tree

2 files changed

+194
-186
lines changed

2 files changed

+194
-186
lines changed

.releaserc.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,15 @@ module.exports = {
4646
message: "chore(release): release ${nextRelease.version}\n\n${nextRelease.notes}"
4747
}
4848
],
49-
"@semantic-release/github"
49+
[
50+
"@semantic-release/github",
51+
{
52+
successComment: false,
53+
failComment: false,
54+
failTitle: false,
55+
labels: false,
56+
}
57+
],
5058
]
5159
}
5260

0 commit comments

Comments
 (0)