Skip to content

Commit 4ed1d07

Browse files
authored
Merge pull request #364 from jdolitsky/release-0.3.x
Fix goreleaser cosign flags, add NEWS for melange 0.3.2
2 parents 6ae6ed7 + 4c631bb commit 4ed1d07

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ signs:
3434
- id: melange-cosign
3535
cmd: cosign
3636
certificate: "${artifact}.crt"
37-
args: ["sign-blob", "--output-signature", "${signature}", "--output-certificate", "${certificate}", "${artifact}"]
37+
args: ["sign-blob", "--output-signature", "${signature}", "--output-certificate", "${certificate}", "${artifact}", "--yes"]
3838
artifacts: all
3939

4040
archives:

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Changes from 0.3.1 to 0.3.2
2+
3+
* Fix cosign flags in goreleaser which was preventing release
4+
artifacts from being uploaded to GitHub.
5+
16
# Changes from 0.3.0 to 0.3.1
27

38
* Libraries which do not fit the normal UNIX SONAME pattern will now be

0 commit comments

Comments
 (0)