Skip to content

Commit

Permalink
goreleaser: Fix yaml config (#31)
Browse files Browse the repository at this point in the history
The schema of this file was changed between goreleaser versions. Update
schema so that releases work.
  • Loading branch information
nbrahms authored Jun 5, 2024
1 parent fc52cca commit d9baf7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down Expand Up @@ -57,4 +58,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
disable: true

0 comments on commit d9baf7c

Please sign in to comment.