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 896d412 commit d169fc1Copy full SHA for d169fc1
.goreleaser.yaml
@@ -1,4 +1,4 @@
1
-version: 1
+version: 2
2
3
before:
4
hooks:
@@ -43,7 +43,7 @@ universal_binaries:
43
- replace: true
44
45
archives:
46
- - format: tar.gz
+ - formats: ['tar.gz']
47
wrap_in_directory: true
48
files:
49
- src: MANUAL.html
@@ -52,7 +52,7 @@ archives:
52
dst: LICENSE.txt
53
format_overrides:
54
- goos: windows
55
- format: zip
+ formats: ['zip']
56
57
nfpms:
58
- id: xt-packages
@@ -103,7 +103,7 @@ brews:
103
name: goreleaserbot
104
email: [email protected]
105
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
106
- folder: Formula
+ directory: Formula
107
homepage: https://unpackerr.com/
108
description: "eXtractor Tool - Recursively decompress archives"
109
license: MIT
0 commit comments