Skip to content

Commit

Permalink
chore: Update goreleaser config for version 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 29, 2023
1 parent 908f7fb commit 1e2e276
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ archives:
format_overrides:
- goos: windows
format: zip
rlcp: true
- id: glibc
builds:
- chezmoi-cgo-glibc
Expand All @@ -103,7 +102,6 @@ archives:
- README.md
- completions/*
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}-glibc_{{ .Arch }}'
rlcp: true
- id: musl
builds:
- chezmoi-cgo-musl
Expand All @@ -112,7 +110,6 @@ archives:
- README.md
- completions/*
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}-musl_{{ .Arch }}'
rlcp: true

changelog:
use: github-native
Expand Down Expand Up @@ -207,7 +204,7 @@ release:
name_template: chezmoi-windows-amd64.exe

scoops:
- bucket:
- repository:
owner: twpayne
name: scoop-bucket
token: '{{ .Env.SCOOP_GITHUB_TOKEN }}'
Expand Down Expand Up @@ -249,4 +246,3 @@ source:
prefix_template: '{{ .ProjectName }}-{{ .Version }}/'
files:
- COMMIT
rlcp: true

0 comments on commit 1e2e276

Please sign in to comment.