Skip to content

Commit

Permalink
Test changelog generation
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Jun 22, 2023
1 parent 2d7f517 commit 5731dd6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@ builds:

release:
prerelease: auto
header: |
## Changelog
Changelog for this release!
footer: |
## Container images
```
docker.io/fluxcd/{{.ProjectName}}:{{.Tag}}
ghcr.io/fluxcd/{{.ProjectName}}:{{.Tag}}
```
- `docker.io/fluxcd/{{.ProjectName}}:{{.Tag}}`
- `ghcr.io/fluxcd/{{.ProjectName}}:{{.Tag}}`
Supported architectures: `linux/amd64`, `linux/arm64` and `linux/arm/v7`.
The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the [security documentation](https://fluxcd.io/flux/security/).
changelog:
skip: true
use: github-native

checksum:
Expand Down

0 comments on commit 5731dd6

Please sign in to comment.