1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

docs: rename .goreleaser.yml to .goreleaser.yaml in intro (#3680)

<!--

Hi, thanks for contributing!

Please make sure you read our CONTRIBUTING guide.

Also, add tests and the respective documentation changes as well.

-->


<!-- If applied, this commit will... -->

<!-- Why is this change being made? -->

Every other instance I have seen so far uses `.yaml` so, for
consistency, let's rename this one?

<!-- # Provide links to any relevant tickets, URLs or other resources
-->
This commit is contained in:
Craig Pastro 2023-01-03 17:23:56 -08:00 committed by GitHub
parent 99e1ac1d4e
commit 2af9bdb689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ Installing it in your machine is entirely up to you, but still possible.
## Usage
Your entire release process is customized through a `.goreleaser.yml` file.
Your entire release process is customized through a `.goreleaser.yaml` file.
Once you set it up, every time you want to create a new release, all you need to
do is push a git tag and run `goreleaser release`: