-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
I understand, that some project don't have a .goreleaser.yml file included in their repository, but I have, since I wanna build a project for Windows and some other platforms.
Currently the goreleaser.yml is overwritten by Rabbit and there seems no way of preventing Rabbit to do so.
Can we implement a check if there is an .goreleaser.yml and skip creation of the default .goreleaser.yml? How do we handle different archive types (zip vs tar.gz) then? How to pass the project name, when it's not included in the YAML?