Ivy Evans
6f6af2347c
remove trailing newline
2025-08-29 22:08:32 -07:00
Ivy Evans
d4cda43b71
Apply suggestion from @MikeMcQuaid
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2025-08-29 22:05:41 -07:00
Ivy Evans
e91ee8fb85
docs: remove Oxford comma 😭
2025-08-28 12:43:51 -07:00
Ivy Evans
f4daecd3da
docs: improve MCP server description
...
Removes tools table and expand on the first section with details about
what it can do.
2025-08-28 11:22:21 -07:00
Ivy Evans
7358c96dbb
Document available MCP server tools
...
I spotted this new feature on the Homebrew website but I didn't see any
details about what it could do! Very excited to try it out!
This commit documents each of the available tools, following the details
in `Library/Homebrew/mcp_server.rb`.
2025-08-27 10:51:17 -07:00
BrewTestBot
9e92b77360
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-08-26 03:14:55 +00:00
Rylan Polster
7434f3512b
Merge pull request #20559 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2025-08-23 20:18:23 +00:00
BrewTestBot
74249658b5
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-08-23 20:03:03 +00:00
Rylan Polster
5d13ce9280
Remove unused cask url do
code
2025-08-23 15:02:23 -04:00
Mike McQuaid
621114488e
Add brew style --changed
...
This emulates `brew tests --changed` but for style checks. Should make
things a bit quicker for the case of wanting to quickly fix up
local files.
2025-08-22 14:33:20 +01:00
Eric Knibbe
b33443d655
Formula-Cookbook: document stable path variables
2025-08-19 09:04:12 -04:00
Mike McQuaid
31e212b6f6
Support Tiers: document future macOS support
...
Let's provide a clear roadmap of what we plan to support, not and
when we plan to make these changes.
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2025-08-19 08:19:28 +01:00
Mike McQuaid
d13aaf94db
Deprecate conflicts_with formula:
in Cask DSL.
...
This is outside of our usual deprecation process but it's a no-op method
that does, and has always done, nothing so it doesn't make sense to wait
another 2.5 months before deprecating it.
While we're here, make `conflicts_with` `typed: strict` in Sorbet.
2025-08-18 19:25:54 +01:00
BrewTestBot
472a5dfcd3
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-08-18 11:22:36 +00:00
Bevan Kay
97b1683466
cask: replace unsigned
deprecation reason with fails_gatekeeper_check
2025-08-18 18:04:57 +10:00
Eric Knibbe
de3cebf45c
docs: edit various URLs
2025-08-16 23:33:38 -04:00
Eric Knibbe
468d4665fb
cmd/services: manpage fixes
2025-08-16 00:57:59 -04:00
Mike McQuaid
7dd47ca89a
Merge pull request #20421 from Homebrew/cask-rename-stanza
...
cask/dsl/rename: add new `rename` dsl
2025-08-14 08:51:45 +00:00
Issy Long
d7b59fdfe8
Merge pull request #20402 from Homebrew/head-url-must-always-specify-branch
...
Ensure that `head` Git URLs always specify a branch name
2025-08-13 07:47:21 +00:00
BrewTestBot
947434c2d9
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-08-12 17:08:09 +00:00
Bevan Kay
0bb269fdf0
docs/cask: add rename
stanza docs
2025-08-12 23:24:20 +10:00
Issy Long
37eaed5bb7
Ensure that head
Git URLs always specify a branch
...
- There's a TODO on the "someday" list [1] to ensure that `head` Git
URLs always specify a branch.
- So I thought I'd automate this worry by adding an audit.
- Since `resource` block URLs tend to be pinned to SHAs, if indeed
they are Git URLs, this audit only applies to `head` URLs.
[1]: https://github.com/orgs/Homebrew/projects/5?pane=issue&itemId=98789749
2025-08-10 20:28:50 +01:00
Mike McQuaid
a10e4230b4
Merge pull request #20393 from AlternateRT/docs-improve-autobump
...
docs: improve Autobump documentation
2025-08-07 12:50:11 +00:00
AltCode
58884c1fac
docs: apply suggestions from code review
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2025-08-07 14:25:20 +02:00
AltCode
360ff196c4
docs: improve Autobump documentation
2025-08-06 19:15:24 +02:00
Eric Knibbe
0f06a17b34
docs: mention signing in deprecation criteria
2025-08-06 10:29:59 -04:00
BrewTestBot
a149df831d
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-08-05 14:10:26 +00:00
Mike McQuaid
3757c8badd
Update cask definition
...
Be more specific about the cask definition and update another reference
in the Formula Cookbook.
2025-08-05 11:12:01 +01:00
Issy Long
1ae13e0d04
Formula-Cookbook: Recommend the in-use write_exec_script
syntax
...
- The `bin.write_exec_script Dir[libexec/"bin/*"]` is used in core
formulae, whereas the previously recommended syntax is not found
at all. Let's make reality match the documentation.
- Part of https://github.com/orgs/Homebrew/projects/5?pane=issue&itemId=97021840 .
2025-08-02 17:56:16 +01:00
Eric Knibbe
fe13aac730
Manpage: source wording & formatting fixes
2025-08-01 23:43:46 -04:00
BrewTestBot
5dc0193523
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-08-01 00:10:48 +00:00
Mike McQuaid
0af23e9dc9
Document HOMEBREW_DOWNLOAD_CONCURRENCY
environment variable
...
We're going to be ready in 4.6.0 for users to try this out (but not
yet for it to be the default).
2025-07-31 12:18:08 +01:00
BrewTestBot
ad96b58c27
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-07-30 22:17:30 +00:00
Mike McQuaid
ceeaeffc51
docs: add Homebrew's MCP server documentation.
...
Provide some basic instructions on how to use and configure it.
2025-07-18 15:27:11 +01:00
Eric Knibbe
d31b7fe86e
Add docs for brew alias
command
2025-07-15 13:34:49 -04:00
BrewTestBot
366eed667b
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-07-15 08:41:19 +00:00
Patrick Linnane
4513a43d53
Fix RuboCop failures.
...
Co-authored-by: Patrick Linnane <patrick@linnane.io>
Co-authored-by: Carlo Cabrera <github@carlo.cab>
Co-authored-by: Thierry Moisan <thierry.moisan@gmail.com>
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2025-07-14 19:12:38 +01:00
Eric Knibbe
bb372b2665
Formula-Cookbook: improve download strategy info
2025-07-04 15:12:32 -04:00
Patrick Linnane
727804bb08
Merge pull request #20206 from osalbahr/docs-update-dnf-commands
...
docs/Homebrew-on-Linux: update dnf5 syntax, centos/rhel section
2025-07-04 18:24:41 +00:00
BrewTestBot
37f1e48538
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2025-07-04 17:42:58 +00:00
Osama Albahrani
4f677e72d4
docs/Homebrew-on-Linux: update dnf5 syntax, centos/rhel section
...
Tested on Fedora 42 and CentOS Stream/RHEL 10 (latest for all).
Note: Fedora 42 uses dnf5 while CentOS Stream/RHEL 10 use dnf4
See:
- https://github.com/Homebrew/install/pull/894
- 0fd28f83c8/install.sh (L1133)
2025-07-04 06:55:18 +03:00
Eric Knibbe
f5c5d26173
cmd/dev-cmd: fetch HOMEBREW_EVAL_ALL for --eval-all
2025-07-03 12:59:12 -04:00
Mike McQuaid
c8585134b4
Merge pull request #20171 from Homebrew/core_main
...
docs: homebrew-core's default branch is now `main`
2025-06-27 08:28:02 +00:00
Mike McQuaid
e3e8ccef0a
docs: fix HTML Proofer in CI
...
- Add caching to make this build faster and less flaky.
- Skip the currently flaky URL.
- Cache external links for longer.
2025-06-27 08:09:24 +01:00
Mike McQuaid
dfe8fde704
Merge pull request #20172 from Homebrew/cask_main
...
docs: homebrew-cask's default branch is now `main`
2025-06-26 10:37:05 +00:00
Mike McQuaid
f1e458a36a
Merge pull request #20117 from botantony/no_autobump
...
docs: add autobump related documentation
2025-06-25 15:27:51 +00:00
Mike McQuaid
505428e03b
docs/Formula-Cookbook: use autobumped terminology.
2025-06-25 15:42:24 +01:00
Anton Melnikov
75146e032c
docs: suggestions from code review
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2025-06-25 15:30:06 +02:00
Mike McQuaid
ec61b49ee9
docs: homebrew-cask's default branch is now main
...
Adjust documentation accordingly.
2025-06-25 08:50:36 +01:00
Mike McQuaid
e11952a2e0
docs: homebrew-core's default branch is now main
...
Adjust documentation accordingly.
2025-06-25 08:49:58 +01:00