1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
Carlos Alexandro Becker 4162772819
feat: allow to load config from stdin (#3175)
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>
2022-06-22 22:03:00 -03:00
..
2021-05-20 22:47:32 -03:00
2022-05-06 20:38:50 -03:00
2022-05-06 20:38:50 -03:00
2021-08-21 11:18:54 -03:00
2021-04-25 14:20:49 -03:00
2022-03-16 21:51:48 -03:00