From c34791395e1455a897a338d4e759acee7df78c8a Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 22 Dec 2024 12:46:45 +0100 Subject: [PATCH] feat(ci): customize goreleaser config file, by adding json schema and fixing configuration version --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index ecfca8d..4522243 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://goreleaser.com/static/schema.json + # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,6 +16,8 @@ # This is an example goreleaser.yaml file with some sane defaults. # Make sure to check the documentation at http://goreleaser.com + +version: 2 before: hooks: - go mod download