mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
4162772819
allows to load the config from stdin, so things like: ```sh cat .goreleaser.yml | sed 's/something/else/g' | goreleaser release -f - ``` will now work. closes #3125 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>