Skip to content

Commit

Permalink
remove brew todo and add goreleaser brew tap info
Browse files Browse the repository at this point in the history
  • Loading branch information
baduker committed Nov 22, 2023
1 parent 83a63ba commit 7b906a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ goreleaser --skip-publish --snapshot --clean
# Create a new tag on the main branch and push it
git tag -a "${TAG_NAME}" -m "Trying out GoReleaser"
git push origin "${TAG_NAME}"

# [TODO] Push to homebrew
```
Brew tap is now managed by `.goreleaser.yml` so no need to update it manually.
GoReleaser can generate and publish a homebrew-tap recipe into a repository
automatically. See [GoReleaser docs](https://goreleaser.com/customization/homebrew/)
for more details.

## Cut Release on GitHub

Expand Down

0 comments on commit 7b906a9

Please sign in to comment.