From 516bcc1dc4bf4e4756ae08775806494f5b43968a Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Wed, 18 Mar 2026 02:08:57 -0700 Subject: [PATCH] fix: re-enable changelogs so release PRs accumulate correctly With skip-changelog: true, release-please didn't update the PR body when new commits landed because the tree SHA was unchanged (no changelog file to diff). Re-enabling changelogs means each new commit produces different changelog content, forcing release-please to update both the branch and PR body. --- .github/release-please-config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 7bbefc9..73f0b22 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -7,7 +7,6 @@ ".": { "release-type": "simple", "package-name": "cli", - "skip-changelog": true, "extra-files": [ { "type": "json", @@ -19,7 +18,6 @@ "plugins/compound-engineering": { "release-type": "simple", "package-name": "compound-engineering", - "skip-changelog": true, "extra-files": [ { "type": "json", @@ -36,7 +34,6 @@ "plugins/coding-tutor": { "release-type": "simple", "package-name": "coding-tutor", - "skip-changelog": true, "extra-files": [ { "type": "json", @@ -53,7 +50,6 @@ ".claude-plugin": { "release-type": "simple", "package-name": "marketplace", - "skip-changelog": true, "extra-files": [ { "type": "json",