Skip to content

Commit

Permalink
fix goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Nov 29, 2024
1 parent 9e42f0b commit 75b3e80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Make sure to check the documentation at https://goreleaser.com
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -8,7 +9,7 @@ before:
- sh -c 'go run . completion "zsh" >./completions/{{ .ProjectName }}.zsh'
- sh -c 'go run . completion "fish" >./completions/{{ .ProjectName }}.fish'
changelog:
skip: true
disable: true
builds:
- main: .
binary: sunbeam
Expand Down Expand Up @@ -43,7 +44,7 @@ release:
- glob: internal/schemas/config.schema.json

snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
brews:
- name: sunbeam
homepage: https://sunbeam.pomdtr.me
Expand Down

0 comments on commit 75b3e80

Please sign in to comment.