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 6ab9a0b commit 247facdCopy full SHA for 247facd
.goreleaser.yml
@@ -1,3 +1,7 @@
1
+# To test this manually, run:
2
+# go install github.com/goreleaser/goreleaser@latest
3
+# goreleaser --snapshot --clean
4
+# for f in dist/helm-diff*.tgz; do echo Testing $f...; tar tzvf $f; done
5
project_name: helm-diff
6
builds:
7
- id: default
@@ -24,6 +28,7 @@ archives:
24
28
- default
25
29
format: tgz
26
30
name_template: '{{ .ProjectName }}-{{ if eq .Os "darwin" }}macos{{ else }}{{ .Os }}{{ end }}-{{ .Arch }}'
31
+ wrap_in_directory: diff
27
32
files:
33
- README.md
34
- plugin.yaml
0 commit comments