fix: correct README grammar - #337
Merged
Merged
Conversation
jbeckwith-oai
marked this pull request as ready for review
August 4, 2026 21:50
jbeckwith-oai
enabled auto-merge
August 4, 2026 21:51
Contributor
HAYDEN-OAI
approved these changes
Aug 4, 2026
HAYDEN-OAI
left a comment
Contributor
There was a problem hiding this comment.
Reviewed the complete diff: README.md correctly fixes plural subject-verb agreement (overrides -> override). No generated artifacts, release manifests, version files, gemspec, or packaging configuration are modified. The intentional fix: commit and matching PR title preserve the conventional commit after squash merge and exercise the newly merged GitHub App-authenticated Release Please path for the expected 0.77.1 patch-release PR. No substantive findings.
Merged
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.
Summary
Why
The sentence uses the plural subject
parameters, so the verb should beoverride, notoverrides.This intentionally uses a conventional
fix:commit so that, after merge, Release Please should create or update a patch release PR through the new GitHub App authentication path.Validation
git diff --check