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 83e91bc commit 8a68d77
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: kustome
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:
-
# NOTE: make sure the url_template, the token and given repo (github or gitlab) owner and name are from the
- # NOTE: make sure the url_template, the token and given repo (github or gitlab) owner and name are from the
# same kind. We will probably unify this in the next major version like it is done with scoop.

# GitHub/GitLab repository to push the formula to
Expand Down

0 comments on commit 8a68d77

Please sign in to comment.