1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

docs: fix wording (#3542)

<!--

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... -->

Fixes wording in the docs page about Git being in a dirty state.

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

The goal is to improve the end-user reading of the instructions.

<!-- # Provide links to any relevant tickets, URLs or other resources
-->

...
This commit is contained in:
Adam Harvey 2022-11-10 20:30:18 -05:00 committed by GitHub
parent 8794290e14
commit 0f79adca87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,4 @@ 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 process the build process to not touch any git tracked files.
- change your build process to not touch any git tracked files.