Skip to content

Commit

Permalink
Avoid deprecated goreleaser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaf committed Jun 17, 2023
1 parent fe0c28d commit db00fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions script/.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
# Release pggen.
# https://goreleaser.com
builds:
- env:
- CGO_ENABLED=0
Expand All @@ -18,6 +18,7 @@ archives:
- none*
format: tar.xz
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
rlcp: true
checksum:
disable: true
changelog:
Expand Down
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ echo 'deleting existing releases'

echo
echo "creating release $day"
goreleaser release --config ./script/.goreleaser.yaml --rm-dist
goreleaser release --config ./script/.goreleaser.yaml --clean

0 comments on commit db00fd2

Please sign in to comment.