Skip to content

Commit

Permalink
fix: add version to .goreleaser.yml
Browse files Browse the repository at this point in the history
* Adds `version` field to goreleaser config file
* Adds `yaml-language-server` as instructed in https://goreleaser.com/customization/

Fixes:

    only configurations files on version: 2 are supported,
    yours is version: 0, please update your configuration
  • Loading branch information
rriski committed Sep 26, 2024
1 parent 16407ac commit ba68416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/goreleaser/goreleaser/v2.3.2/www/docs/static/schema.json
version: 2

builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit ba68416

Please sign in to comment.