Skip to content

Commit 4d4ae7e

Browse files
authored
Merge pull request #30 from fluxcd/include-manifests-checksum
Add manifests to release checksums
2 parents 36c36d0 + 8d397e2 commit 4d4ae7e

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

.github/workflows/rebase.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ release:
1717
1818
Supported architectures: `linux/amd64`, `linux/arm64` and `linux/arm/v7`.
1919
extra_files:
20-
- glob: build/source-watcher.deployment.yaml
20+
- glob: build/*.yaml
2121

2222
changelog:
2323
use: github-native
2424

2525
checksum:
2626
name_template: 'checksums.txt'
27+
extra_files:
28+
- glob: build/*.yaml
2729

2830
source:
2931
enabled: true

0 commit comments

Comments
 (0)