chore: release#41
Merged
Merged
Conversation
takaebato
added a commit
that referenced
this pull request
Jun 28, 2026
## Problem The first Release PR (#41) silently dropped every commit that isn't a Conventional Commit — including major work like #31 (operator extraction) and #33 (the extraction-correctness pass), plus the external contributions #7/#9. Root cause: the release-plz version that ran (0.3.159) inherits git-cliff's default `filter_unconventional = true`, which discards non-conventional commits *before* the `commit_parsers` run — so the `.*` catch-all never sees them. ## Fix Set `filter_unconventional = false` in `release-plz.toml`. Non-conventional commits are kept and routed to **Other Changes** via the catch-all. ## Effect - Merging this regenerates Release PR #41 with the previously-missing commits under **Other Changes**. - The big ones (#31/#33) land in Other Changes (not Added) because they lack a `feat:` prefix — recategorize by hand in the Release PR if desired. - This only matters for the historical backlog; new commits are all conventional (PR-title lint), so it is a no-op going forward. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
602be91 to
eae5734
Compare
eae5734 to
252646b
Compare
release-plz 0.3.159 drops non-conventional commits, so #31/#33/#7/#9/#23 (operator extraction, the correctness pass, normalizer work by @piki, sqlparser upgrades) were missing from the generated 0.3.0 changelog. Add them by hand to the Added/Fixed/Other Changes sections. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
✅ PR title follows the Conventional Commits spec. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #41 +/- ##
=======================================
Coverage 94.87% 94.87%
=======================================
Files 27 27
Lines 5486 5486
Branches 5486 5486
=======================================
Hits 5205 5205
Misses 203 203
Partials 78 78 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.2.0 -> 0.3.0 (⚠ API breaking changes)sql-insight-cli: 0.2.0 -> 0.2.1⚠
sql-insightbreaking changesChangelog
sql-insightsql-insight-cliThis PR was generated with release-plz.