Skip to content

Commit

Permalink
Merge pull request #1346 from hashicorp/adding-license-file-to-provid…
Browse files Browse the repository at this point in the history
…er-release-archives

Adding LICENSE File to TF Provider Release Archives
  • Loading branch information
Maed223 authored May 7, 2024
2 parents c842c97 + c2d6492 commit a015dfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

archives:
- files:
# Ensure only built binary is archived
- 'none*'
# Ensure only built binary and license file are archived
- src: 'LICENSE'
dst: 'LICENSE.txt'
format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
before:
Expand Down

0 comments on commit a015dfd

Please sign in to comment.