You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: update release workflow and add Homebrew support
- Change the trigger for the release workflow from `release` events to `push` events with tags matching `v*`.
- Add a new `homebrew` job to update the Homebrew formula using the `dawidd6/action-homebrew-bump-formula` action.
- Add variables in `.goreleaser.yaml` for Homebrew configuration, including `homepage`, `description`, and commit author details.
- Include a `brews` section in `.goreleaser.yaml` to configure the Homebrew tap repository and install completions for bash, zsh, and fish.
Signed-off-by: codiing-hui <wecoding@yeah.net>
0 commit comments