1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: why am I packaging internal sources

dunno, probably was drunk at the time

refs #602
This commit is contained in:
Carlos Alexandro Becker 2018-03-10 14:14:45 -03:00
parent 8877c72abc
commit 2e0926c60d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -30,8 +30,6 @@ dockers:
- 'latest'
archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
files:
- internal/**/*
replacements:
darwin: Darwin
linux: Linux