1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-13 11:50:34 +02:00

docs: Update quick-start.md (#1667)

* docs: Update quick-start.md

Add detail that the `.goreleaser.yml` needs to be checked-in. See - https://github.com/goreleaser/goreleaser/discussions/1666

* Update www/docs/quick-start.md

Co-authored-by: Radek Simko <radek.simko@gmail.com>

Co-authored-by: Radek Simko <radek.simko@gmail.com>
This commit is contained in:
Venki Balakrishnan 2020-07-13 01:37:55 -07:00 committed by GitHub
parent c0b0befc40
commit 164fa902df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ $ goreleaser init
```
You can [customize](/customization) the generated `.goreleaser.yml` or leave
it as-is, it's up to you.
it as-is, it's up to you. It is best practice to check `.goreleaser.yml` into the source control.
You can test the configuration at any time by running GoReleaser with a few
extra parameters to not require a version tag, skip publishing to GitHub,