Skip to content

Commit

Permalink
add changelog to goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Eti Ijeoma <ijayeti@gmail.com>
  • Loading branch information
Aijeyomah committed Nov 3, 2024
1 parent 6b5f286 commit 6681164
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ snapshot:
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

release:
name_template: "Helm Kanvas Snapshot {{.Tag}}"

0 comments on commit 6681164

Please sign in to comment.