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>