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 6ee70ba commit e5b500eCopy full SHA for e5b500e
.goreleaser.yaml
@@ -43,6 +43,16 @@ checksum:
43
# https://goreleaser.com/customization/source/
44
source:
45
enabled: true
46
+ name_template: "{{ .ProjectName }}.src"
47
+
48
+# config the archives filenames, format, and other options.
49
+# https://goreleaser.com/customization/archive
50
+archives:
51
+ - formats: [tar.gz]
52
+ wrap_in_directory: true
53
+ name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
54
+ builds_info:
55
+ mtime: "{{ .CommitTimestamp }}"
56
57
# creates SBOMs of all archives and the source tarball using syft
58
# https://goreleaser.com/customization/sbom
0 commit comments