Skip to content

chore(main): release 2.13.5#376

Merged
davidpoblador merged 1 commit into
mainfrom
release-please--branches--main
Nov 6, 2025
Merged

chore(main): release 2.13.5#376
davidpoblador merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Nov 6, 2025

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

2.13.5 (2025-11-06)

Bug Fixes

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

Code Refactoring

  • remove template backwards compatibility symlink (#377) (3ba7e11)

Miscellaneous Chores

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

This PR was generated with Release Please. See documentation.

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>
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 50553bc to 5c3047b Compare November 6, 2025 10:31
@davidpoblador davidpoblador reopened this Nov 6, 2025
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>
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 5c3047b to 0d4483e Compare November 6, 2025 10:36
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 0d4483e to 2c042bc Compare November 6, 2025 10:39
@davidpoblador davidpoblador merged commit d7d425a into main Nov 6, 2025
@davidpoblador davidpoblador deleted the release-please--branches--main branch November 6, 2025 10:44
@github-actions

github-actions Bot commented Nov 6, 2025

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant