Skip to content

Commit 5731dd6

Browse files
committed
Test changelog generation
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 2d7f517 commit 5731dd6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.goreleaser.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@ builds:
55

66
release:
77
prerelease: auto
8+
header: |
9+
## Changelog
10+
11+
Changelog for this release!
812
footer: |
913
## Container images
1014
11-
```
12-
docker.io/fluxcd/{{.ProjectName}}:{{.Tag}}
13-
ghcr.io/fluxcd/{{.ProjectName}}:{{.Tag}}
14-
```
15+
- `docker.io/fluxcd/{{.ProjectName}}:{{.Tag}}`
16+
- `ghcr.io/fluxcd/{{.ProjectName}}:{{.Tag}}`
1517
1618
Supported architectures: `linux/amd64`, `linux/arm64` and `linux/arm/v7`.
19+
20+
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
21+
To verify the images and their provenance (SLSA level 3), please see the [security documentation](https://fluxcd.io/flux/security/).
1722
1823
changelog:
24+
skip: true
1925
use: github-native
2026

2127
checksum:

0 commit comments

Comments
 (0)