We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0849e8f commit 5132cb3Copy full SHA for 5132cb3
.goreleaser.yaml
@@ -65,6 +65,7 @@ archives:
65
dst: licenses/
66
- src: "DISCLAIMER"
67
dst: DISCLAIMER
68
+ wrap_in_directory: true
69
checksum:
70
name_template: 'checksums.txt'
71
snapshot:
@@ -79,6 +80,7 @@ changelog:
79
80
source:
81
enabled: true
82
name_template: apache-answer-{{ .RawVersion }}-incubating-src
83
+ prefix_template: "apache-answer-{{ .RawVersion }}-incubating-src/"
84
85
# goreleaser release --skip-validate --skip-publish --clean
86
0 commit comments