Skip to content

chore: Override PHP default changelog sections#26

Merged
jsonbailey merged 1 commit intomainfrom
devin/1771968989-changelog-sections
Feb 24, 2026
Merged

chore: Override PHP default changelog sections#26
jsonbailey merged 1 commit intomainfrom
devin/1771968989-changelog-sections

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

Adds explicit changelog-sections configuration to release-please-config.json so that only feat and fix commits appear in release changelogs. This prevents chore/misc commits from triggering release entries, matching the fix applied in php-server-sdk#233.

The PHP release type in release-please is one of the few types that includes chore commits in changelogs by default. This override aligns the behavior with other LaunchDarkly SDKs.

Review & Testing Checklist for Human

  • Verify the changelog-sections entries match the reference PR (only feat → Features and fix → Bug Fixes)
  • Confirm no other commit types (e.g. perf, refactor) need to be included in changelogs for this repo

Notes

Requested by: @keelerm84
Link to Devin run

php-server-sdk-shared-tests was skipped as it has no release-please-config.json or release-please.yml.

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@keelerm84 keelerm84 marked this pull request as ready for review February 24, 2026 21:41
@keelerm84 keelerm84 requested a review from a team as a code owner February 24, 2026 21:41
@jsonbailey jsonbailey merged commit 5acd266 into main Feb 24, 2026
7 of 8 checks passed
@jsonbailey jsonbailey deleted the devin/1771968989-changelog-sections branch February 24, 2026 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants