Skip to content

Commit

Permalink
docs: remove statement about testing homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2024
1 parent 81a1fbb commit aecf987
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/content/developers/release-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit aecf987

Please sign in to comment.