Skip to content

Commit

Permalink
goreleaser: change changelog.skip to disable (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jun 20, 2024
1 parent 5eb5bcd commit 989577e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
Expand All @@ -21,4 +23,4 @@ builds:
# The line below MUST align with the module in current provider/go.mod
- -X github.com/MaterializeInc/pulumi-materialize/provider/pkg/version.Version={{.Tag }}
changelog:
skip: true
disable: true

0 comments on commit 989577e

Please sign in to comment.