mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
Since multiple filenames for the config file are allowed, we find several different usages of the file names in the docs: - .goreleaser.yml - goreleaser.yml - .goreleaser.yaml - goreleaser.yaml I find that using a single filename in the docs is more intuitive for new users. Hence I replaced all occurrences of the filename with `.goreleaser.yml`.