Skip to content

Commit fd86256

Browse files
committed
update .goreleaser.yml
Signed-off-by: Ayush <mail@ayuch.dev>
1 parent 3c053fb commit fd86256

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.goreleaser.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
22
# This is the configuration for GoReleaser
3+
version: 2
34
project_name: gitx
45

56
builds:
@@ -31,13 +32,13 @@ archives:
3132
files:
3233
- LICENSE
3334
- README.md
34-
35+
3536
# zip format to support installation for windows
36-
- format: zip
37+
- format: zip
3738
name_template: >-
3839
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
3940
files:
4041
- LICENSE
4142
- README.md
4243
replacements:
43-
windows: windows
44+
windows: windows

0 commit comments

Comments
 (0)