chore(main): release 2.13.5#376
Merged
Merged
Conversation
2 tasks
davidpoblador
added a commit
that referenced
this pull request
Nov 6, 2025
## Summary Updated Release Please configuration to include `refactor` and `perf` commit types in changelog generation. **Changes:** - Added `changelog-sections` to `.release-please-config.json` - `refactor:` commits now appear under "Code Refactoring" section - `perf:` commits now appear under "Performance Improvements" section This fixes the issue where PR #377 (refactor: remove template backwards compatibility symlink) was not included in the Release Please PR #376. ## Test plan - [x] Configuration follows Release Please JSON schema - [x] After merge, Release Please should update PR #376 to include refactor commits ## Context By default, Release Please only includes `feat` and `fix` commits in changelogs. This change explicitly configures which commit types should appear, ensuring refactoring and performance improvements are documented. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
50553bc to
5c3047b
Compare
2 tasks
davidpoblador
added a commit
that referenced
this pull request
Nov 6, 2025
## Summary Added `chore` commit type to Release Please changelog configuration. **Changes:** - Added `chore` type to `changelog-sections` in `.release-please-config.json` - Chore commits will now appear under "Miscellaneous Chores" section in release notes This ensures maintenance tasks like dependency updates are documented in releases. ## Test plan - [x] Configuration follows Release Please JSON schema - [x] After merge, Release Please should include chore commits in PR #376 ## Context Previously, chore commits (like PR #374 "chore(deps): update JavaScript and Python dependencies" and PR #375 "chore: add permissions") were excluded from release notes. This change makes them visible to users so they can see what maintenance work was done. Common chore commits include: - Dependency updates - CI/CD configuration changes - Repository maintenance - Build system updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
5c3047b to
0d4483e
Compare
0d4483e to
2c042bc
Compare
3 tasks
Contributor
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.13.5 (2025-11-06)
Bug Fixes
Code Refactoring
Miscellaneous Chores
This PR was generated with Release Please. See documentation.