Skip to content

Commit ce7974a

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 ba954d6 commit ce7974a

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
@@ -25,13 +25,6 @@
2525
"assets": ["pyproject.toml", "ibm_secrets_manager_sdk/version.py"]
2626
}
2727
],
28-
[
29-
"@semantic-release/github",
30-
{
31-
"successComment": false,
32-
"failComment": false,
33-
"releasedLabels": false
34-
}
35-
]
28+
"@semantic-release/github"
3629
]
3730
}

0 commit comments

Comments
 (0)