diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c4c870e..db78b67 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,5 +1,7 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 + before: hooks: - go mod tidy @@ -24,5 +26,5 @@ archives: - format: binary name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' changelog: - skip: false + disable: false sort: asc \ No newline at end of file