1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-07 15:00:12 +02:00

docs: improve git dirty err page

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-01-30 23:25:15 -03:00
parent f25e3b307a
commit aa3aff3cfe
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

@ -22,3 +22,5 @@ From here on, you have a couple of options:
- add the file to `.gitignore` (recommended if the file is temporary and/or
generated);
- change your build process to not touch any git tracked files.
- if you are running `goreleaser build`, you might want to add either the
`--snapshot` or `--skip-validate` flags to it