Skip to content

Commit 8dfaa7f

Browse files
committed
chore: enable changelog generation in GitHub releases
Fix semantic-release configuration to include release notes in GitHub releases by removing the options that disabled them. This aligns the release process with other repositories.
1 parent 97590e4 commit 8dfaa7f

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
@@ -24,13 +24,6 @@
2424
"assets": ["pom.xml", "modules/*/pom.xml", "README.md", ".bumpversion.toml"]
2525
}
2626
],
27-
[
28-
"@semantic-release/github",
29-
{
30-
"successComment": false,
31-
"failComment": false,
32-
"releasedLabels": false
33-
}
34-
]
27+
"@semantic-release/github"
3528
]
3629
}

0 commit comments

Comments
 (0)