We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c053fb commit fd86256Copy full SHA for fd86256
1 file changed
.goreleaser.yml
@@ -1,5 +1,6 @@
1
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2
# This is the configuration for GoReleaser
3
+version: 2
4
project_name: gitx
5
6
builds:
@@ -31,13 +32,13 @@ archives:
31
32
files:
33
- LICENSE
34
- README.md
-
35
+
36
# zip format to support installation for windows
- - format: zip
37
+ - format: zip
38
name_template: >-
39
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
40
41
42
43
replacements:
- windows: windows
44
+ windows: windows
0 commit comments