Skip to content

chore: Override PHP default changelog sections#32

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

chore: Override PHP default changelog sections#32
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, limiting changelog entries to only feat (Features) and fix (Bug Fixes) types. This prevents chore commits from triggering releases and appearing in changelogs.

This is a port of the fix from 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, which is inconsistent with other LaunchDarkly SDKs.

Review & Testing Checklist for Human

  • Verify the changelog-sections values match what was merged in php-server-sdk#233
  • Confirm that only feat and fix are the desired section types (no perf, refactor, etc.)

Notes

Requested by: @keelerm84
Link to Devin run

@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 29ff4bf into main Feb 24, 2026
6 of 7 checks passed
@jsonbailey jsonbailey deleted the devin/1771968989-changelog-sections branch February 24, 2026 23:10
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