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 f28e988 commit 8ed8a9cCopy full SHA for 8ed8a9c
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
distribution: goreleaser
41
version: "~> v2"
42
- args: release --snapshot --clean
+ args: release
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
.goreleaser.yml
@@ -20,8 +20,21 @@ builds:
20
checksum:
21
name_template: "{{ .ProjectName }}-{{ .Version }}_checksums.txt"
22
algorithm: sha512
23
+
24
+sboms:
25
+ - id: default
26
+ path: sboms
27
+ formats:
28
+ - cyclonedx-json
29
+ - spdx-json
30
31
+release:
32
+ extra_files:
33
+ - glob: sboms/*.json
34
35
snapshot:
36
version_template: "{{ .Tag }}-next"
37
38
changelog:
sort: asc
filters:
Makefile
0 commit comments