Skip to content

Commit

Permalink
ci: update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
steffakasid committed Nov 22, 2024
1 parent a03570e commit 5146b07
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
---
version: 2
project_name: clinar
before:
hooks:
Expand All @@ -12,19 +12,18 @@ builds:
- windows
- darwin
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"
# .goreleaser.yaml
brews:
-
tap:
- tap:
owner: steffakasid
name: homebrew-clinar
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 5146b07

Please sign in to comment.