From aecf987e19687810860a4016e5d97c4350c686d2 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Thu, 14 Nov 2024 15:42:17 -0700 Subject: [PATCH] docs: remove statement about testing homebrew --- docs/content/developers/release-management.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/developers/release-management.md b/docs/content/developers/release-management.md index 5835cddf6f0..3f85782d839 100644 --- a/docs/content/developers/release-management.md +++ b/docs/content/developers/release-management.md @@ -220,11 +220,7 @@ make windows_amd64 windows_arm64 darwin_amd64 darwin_arm64 linux_amd64 linux_arm goreleaser release --prepare --nightly --clean ``` -This will create all the artifacts that would have been pushed in the `dist` directory. You can copy Linux packages from there to test them manually, download the built tarballs for use elsewhere, install Homebrew package manually, for example: - -```bash -brew install ./dist/homebrew/Formula/ddev.rb -``` +This will create all the artifacts that would have been pushed in the `dist` directory. You can copy Linux packages from there to test them manually, download the built tarballs for use elsewhere. ### Creating a test release on `ddev-test/ddev`