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.
This commit is contained in:
Trevin Chow
2026-03-18 02:08:57 -07:00
parent 178d6ec282
commit 516bcc1dc4

View File

@@ -7,7 +7,6 @@
".": { ".": {
"release-type": "simple", "release-type": "simple",
"package-name": "cli", "package-name": "cli",
"skip-changelog": true,
"extra-files": [ "extra-files": [
{ {
"type": "json", "type": "json",
@@ -19,7 +18,6 @@
"plugins/compound-engineering": { "plugins/compound-engineering": {
"release-type": "simple", "release-type": "simple",
"package-name": "compound-engineering", "package-name": "compound-engineering",
"skip-changelog": true,
"extra-files": [ "extra-files": [
{ {
"type": "json", "type": "json",
@@ -36,7 +34,6 @@
"plugins/coding-tutor": { "plugins/coding-tutor": {
"release-type": "simple", "release-type": "simple",
"package-name": "coding-tutor", "package-name": "coding-tutor",
"skip-changelog": true,
"extra-files": [ "extra-files": [
{ {
"type": "json", "type": "json",
@@ -53,7 +50,6 @@
".claude-plugin": { ".claude-plugin": {
"release-type": "simple", "release-type": "simple",
"package-name": "marketplace", "package-name": "marketplace",
"skip-changelog": true,
"extra-files": [ "extra-files": [
{ {
"type": "json", "type": "json",