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.
brew style
with your changes locally?brew typecheck
with your changes locally?brew tests
with your changes locally?brew man
locally and committed any changes?openrtsp
will be disabled on 2021-11-22; since we have not yet reached that date, it is treated as a deprecated formula (i.e.disabled?
returnsfalse
, butdeprecated?
returnstrue
). We shouldn't open new bump PRs for this formula because we've already tried updating it before, and future versions will most likely continue failing to build.aws-sdk-cpp
with a version that isn't a multiple of 10.(:|\s|$)
to(:|,|\s|$)
to include commas as delimiters. For example:brew bump-formula-pr libnetworkit
libnetworkit, networkit 8.0
libnetworkit
is at the start of the title and is followed by a comma.brew bump-formula-pr mysql@5.7 --version=5.7.33
mysql@5.7 mysql-client@5.7 5.7.33
mysql@5.7
is at the start of the title and is followed by a space.5.7.33
is at the end of the title and is preceded by a space.brew bump-formula-pr libbtbb --version=2020-12-R1
libbtbb ubertooth 2020-12-R1
libbtbb
is at the start of the title.2020-12-R1
is at the end of the title.