Skip to content

fix: include refactor and perf commits in changelog#378

Merged
davidpoblador merged 1 commit into
mainfrom
fix/include-refactor-in-changelog
Nov 6, 2025
Merged

fix: include refactor and perf commits in changelog#378
davidpoblador merged 1 commit into
mainfrom
fix/include-refactor-in-changelog

Conversation

@davidpoblador

Copy link
Copy Markdown
Member

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

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

Added changelog-sections configuration to Release Please to include:
- refactor: Code Refactoring
- perf: Performance Improvements

This ensures all significant code changes appear in release notes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@claude

claude Bot commented Nov 6, 2025

Copy link
Copy Markdown

Claude Code is working…

I'll analyze this and get back to you.

View job run

@davidpoblador davidpoblador merged commit f98e9df into main Nov 6, 2025
1 of 2 checks passed
@davidpoblador davidpoblador deleted the fix/include-refactor-in-changelog branch November 6, 2025 10:31
davidpoblador pushed a commit that referenced this pull request Nov 6, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.13.5](v2.13.4...v2.13.5)
(2025-11-06)


### Bug Fixes

* convert relative links to absolute URLs in changelog docs
([#373](#373))
([a3ab5cb](a3ab5cb))
* include chore commits in changelog
([#379](#379))
([44ffea3](44ffea3))
* include refactor and perf commits in changelog
([#378](#378))
([f98e9df](f98e9df))


### Code Refactoring

* remove template backwards compatibility symlink
([#377](#377))
([3ba7e11](3ba7e11))


### Miscellaneous Chores

* add gh pr list and gh run list permissions
([#380](#380))
([6fb0642](6fb0642))
* add permissions for uvx uv-bump and gh pr create
([#375](#375))
([27e392a](27e392a))
* **deps:** update JavaScript and Python dependencies
([#374](#374))
([0370036](0370036))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant