chore: add changelog cleanup workflow and remove Claude attribution

This commit is contained in:
Murat Ozcan
2025-08-16 15:52:35 -05:00
parent a0a0b1ba6c
commit 0c10ccd149
3 changed files with 22 additions and 5 deletions

View File

@@ -13,7 +13,13 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md",
"changelogTitle": ""
}
],
"@semantic-release/npm",
"./tools/semantic-release-sync-installer.js",
"@semantic-release/github"