Skip to content

Commit d5cab10

Browse files
authored
Generate release tarballs with vendored modules with .goreleaser.yaml
Used for distros/circumstances where pulling external dependencies directly during build is not allowed.
1 parent ed12943 commit d5cab10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,8 @@ docker_signs:
124124

125125
changelog:
126126
use: github-native
127+
128+
source:
129+
enabled: true
130+
files:
131+
- vendor

0 commit comments

Comments
 (0)