1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/pipe/archive
Carlos Alexandro Becker b5e8d6db06
fix(archive): warn only for non-default globs with no matches (#4013)
Adjust the logging of warnings for unmatched globs to only show when the
glob is not a default. No warning will be output for the default globs
when there are no matching files.

These are defaults, by design, very generic.
We should not warn the user about them not finding anything, as that is
their expected behavior most of the time.
2023-05-16 09:22:22 -03:00
..
testdata/a feat: file mappings in archives (#2347) 2021-07-21 22:09:02 -03:00
archive_meta_test.go fix: use git-archive under the hood (#3904) 2023-04-07 22:53:15 -03:00
archive_test.go fix: use git-archive under the hood (#3904) 2023-04-07 22:53:15 -03:00
archive.go fix(archive): warn only for non-default globs with no matches (#4013) 2023-05-16 09:22:22 -03:00