Skip to content

Commit

Permalink
fix: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
weilueluo committed Aug 5, 2024
1 parent 26faedf commit 43ae3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
before:
Expand Down Expand Up @@ -56,5 +57,4 @@ release:
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
version: 2

0 comments on commit 43ae3e2

Please sign in to comment.