Skip to content

Commit

Permalink
Fix gorelease config
Browse files Browse the repository at this point in the history
  • Loading branch information
alajmo committed Dec 25, 2024
1 parent ebf1e18 commit 54df456
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,14 @@ brews:
description: 'CLI tool to help you manage multiple repositories'
homepage: 'https://manicli.com'
license: 'MIT'
tap:
repository:
owner: alajmo
name: homebrew-mani
token: '{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}'
folder: Formula
directory: Formula

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: '{{ .Tag }}'

changelog:
skip: true
version_template: '{{ .Tag }}'

0 comments on commit 54df456

Please sign in to comment.