Skip to content

Commit

Permalink
ci(goreleaser): add wrap in directory
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Jan 30, 2024
1 parent 0849e8f commit 5132cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ archives:
dst: licenses/
- src: "DISCLAIMER"
dst: DISCLAIMER
wrap_in_directory: true
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -79,6 +80,7 @@ changelog:
source:
enabled: true
name_template: apache-answer-{{ .RawVersion }}-incubating-src
prefix_template: "apache-answer-{{ .RawVersion }}-incubating-src/"

# goreleaser release --skip-validate --skip-publish --clean

0 comments on commit 5132cb3

Please sign in to comment.