Skip to content

Commit

Permalink
feat(ci): customize goreleaser config file, by adding json schema and…
Browse files Browse the repository at this point in the history
… fixing configuration version
  • Loading branch information
RouxAntoine committed Dec 22, 2024
1 parent 5a6d67b commit c347913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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");
Expand All @@ -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
Expand Down

0 comments on commit c347913

Please sign in to comment.