1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-16 03:52:12 +02:00
goreleaser/pkg
Carlos Alexandro Becker d7acf21f03
fix: source archive add subfolders (#3343)
`--add-file` adds only the `--prefix` joined with the basename of the added file, so, adding a folder like `vendor` would break havoc.

this basically writes our own source archives (which are more compressed) and allows to add an entire folder easily, as well as other mappings as `archives` already supports. 

refs #3102 #2911

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-08-25 02:15:37 -03:00
..
archive fix: improve tar error handling 2022-08-22 22:06:20 -03:00
build feat: support GOAMD64 (#3016) 2022-04-11 22:43:22 -03:00
config fix: source archive add subfolders (#3343) 2022-08-25 02:15:37 -03:00
context feat: added --skip-before flag (#3182) 2022-06-22 21:56:53 -03:00
defaults feat: remove gofish (#3312) 2022-08-16 01:16:45 -03:00