chore: release - #48
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release-plz-2026-06-28T13-21-44Z
branch
14 times, most recently
from
July 5, 2026 08:41
a15cf3d to
619ab3e
Compare
takaebato
added a commit
that referenced
this pull request
Jul 5, 2026
## Summary The changelog body template credits ` by @author` on every normal group entry but not on the "Breaking Changes" `####` headings. This release will be the first to render that section (#55 / #59 are `feat!`), so add the same guarded attribution there: ```jinja #### … {{ commit.message }}{% if commit.remote.username %} by @{{ commit.remote.username }}{% endif %} ``` Also drops CLAUDE.md's stale breaking-changes bullet: it still described the PR-description changelog block dropped in #56, the `!` flag is already covered by the PR-title bullet, and the rendering / hand-written-migration- notes facts live at their source in release-plz.toml's comments. ## Verification `commit.remote.username` is the same variable the normal-entry line two lines below already uses, under the same guard. Rendering can't be verified locally without GitHub-integrated release-plz — after this merges, release-plz will regenerate the open release PR (#48), where the Breaking Changes headings can be eyeballed before releasing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
github-actions
Bot
force-pushed
the
release-plz-2026-06-28T13-21-44Z
branch
from
July 5, 2026 09:01
619ab3e to
df9af92
Compare
The CLI gained a real feature (#53: binstall, completions, man pages), so promote release-plz's 0.x feat→patch default to a minor bump. Add concise migration notes under the library's Breaking Changes headings (#59 SET attribution, #55 sqlparser 0.62). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
✅ PR title follows the Conventional Commits spec. |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Caught by tests/version_numbers.rs (version-sync) after the 0.4.0 bump. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #48 +/- ##
=======================================
Coverage 94.92% 94.92%
=======================================
Files 27 27
Lines 5893 5893
Branches 5893 5893
=======================================
Hits 5594 5594
Misses 212 212
Partials 87 87 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Link-only: the details live in the library's changelog; the CLI entry records that the same input can produce different results. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
🤖 New release
sql-insight: 0.3.0 -> 0.4.0 (✓ API compatible changes)sql-insight-cli: 0.2.1 -> 0.2.2Changelog
sql-insightsql-insight-cliThis PR was generated with release-plz.