We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5506c commit 34ea187Copy full SHA for 34ea187
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2
+
3
# Copyright 2021 Google LLC
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +16,8 @@
14
16
15
17
# This is an example goreleaser.yaml file with some sane defaults.
18
# Make sure to check the documentation at http://goreleaser.com
19
20
+version: 2
21
before:
22
hooks:
23
- go mod download
0 commit comments