Skip to content

Commit

Permalink
build: Add missing release metadata files to release artifacts (#23)
Browse files Browse the repository at this point in the history
Necessary to install IPAM provider via clusterctl.
  • Loading branch information
jimmidyson authored Sep 4, 2024
1 parent 5d21078 commit 9399bff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ release:
footer: |
### Summary
**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix/compare/{{ .PreviousTag }}...{{ .Tag }}
extra_files:
- glob: ./examples/*.yaml
- glob: release-metadata.yaml
name_template: metadata.yaml
- glob: ipam-components.yaml

archives:
- name_template: '{{ .ProjectName }}_v{{trimprefix .Version "v"}}_{{ .Os }}_{{ .Arch }}'
Expand Down

0 comments on commit 9399bff

Please sign in to comment.