chore(main): release 0.7.1 - #281
Open
github-actions[bot] wants to merge 2 commits into
Open
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--main--components--gitlawb-node
branch
from
July 30, 2026 01:15
e1891cf to
8abd784
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--gitlawb-node
branch
from
July 30, 2026 01:36
8abd784 to
9d92244
Compare
beardthelion
approved these changes
Jul 30, 2026
beardthelion
left a comment
Collaborator
There was a problem hiding this comment.
Approving. Verified at 8bd9edf: cargo metadata --locked is clean, and the merged state equals this head, so that check covers the merge result. Injected a manifest/lock mismatch to confirm the gate is real: clippy --locked fails with "cannot update the lock file ... because --locked was passed", and passes again once reverted. Patch bump is right, no feat or breaking-change commits in v0.7.0..HEAD. The Cargo.lock hunk is exactly the five workspace version lines with no dependency drift, which is the lock-sync job doing its job on its first release.
Three notes, none blocking:
Findings
- [P3] Deduplicate two changelog entries in a follow-up.
CHANGELOG.md:6-9,:17-18.99b2b9a/a49e04dand1964f88/e2560eerepeat the same subject. This is new in 0.7.1; the 0.7.0 section has none. Every PR in the range landed as a two-parent merge commit and the queue's merge method is MERGE, so the merge commit's body repeats a branch commit'sfix:subject and both get counted. The lever is the merge method, not release-please config, and I have not tested that switching it fixes this. - [P3] Add the missing icaptcha-client entry, or accept the omission knowingly.
9be5eacis in the range with no changelog line, while every other branch-levelfix:commit has one. It arrived on #213, whose merge commit body is atest:line.gldepends on that crate by path, so the change ships in 0.7.1 unlisted. - [P3] Add
crates/icaptcha-client/Cargo.tomltoextra-files, or drop its annotation.release-please-config.json:10-16lists five crates;crates/icaptcha-client/Cargo.toml:3carries# x-release-please-versionand sits at 0.4.0 while the rest moved to 0.7.1.Cargo.toml:15-17claims every annotated crate is listed underextra-files, which is not true for this one. Pre-existing since #138, and it needs its own PR since hand edits here get regenerated.
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
0.7.1 (2026-07-30)
Bug Fixes
This PR was generated with Release Please. See documentation.