We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a49db commit 547d3b1Copy full SHA for 547d3b1
.goreleaser.yaml
@@ -1,7 +1,9 @@
1
+---
2
# This is an example .goreleaser.yml file with some sensible defaults.
3
# Make sure to check the documentation at https://goreleaser.com
4
before:
5
hooks:
6
+ - git submodule update --remote --init
7
# You may remove this if you don't use go modules.
8
- go mod tidy
9
# you may remove this if you don't need go generate
@@ -25,7 +27,7 @@ builds:
25
27
26
28
archives:
29
- format: tar.gz
- # this name template makes the OS and Arch compatible with the results of uname.
30
+ # this name template makes the OS and Arch compatible with `uname`.
31
name_template: >-
32
{{ .ProjectName }}_
33
{{- title .Os }}_
0 commit comments