Skip to content

Commit

Permalink
chore(goreleaser): fix deprecation warning (#110)
Browse files Browse the repository at this point in the history
```console
$ goreleaser release --snapshot
    • DEPRECATED:  brews.folder  should not be used anymore, check https://goreleaser.com/deprecations#brewsfolder for more info
    • DEPRECATED:  brews.tap  should not be used anymore, check https://goreleaser.com/deprecations#brewstap for more info
```

- https://goreleaser.com/deprecations/#brewstap
- https://goreleaser.com/deprecations/#brewsfolder
  • Loading branch information
suzuki-shunsuke authored Apr 26, 2024
1 parent 420cd5c commit 2109daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ changelog:
- Merge pull request
- Merge branch
brews:
- tap:
- repository:
owner: mercari
name: hcledit
folder: Formula
directory: Formula
homepage: https://github.com/mercari/hcledit
description: CLI to edit HCL configurations

0 comments on commit 2109daa

Please sign in to comment.