mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
docs: update dirty.md deprecated syntax (#4766)
<!-- 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... --> Change `--skip-validate` in a doc file to `--skip=validate`. <!-- Why is this change being made? --> Running the command with `--skip-validate` produces the following warning: > • DEPRECATED: --skip-validate was deprecated in favor of --skip=validate, check https://goreleaser.com/deprecations#-skip for more details <!-- # Provide links to any relevant tickets, URLs or other resources -->
This commit is contained in:
parent
bc1883ebfd
commit
7468cf8556
@ -23,4 +23,4 @@ From here on, you have a couple of options:
|
||||
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
|
||||
`--snapshot` or `--skip=validate` flags to it
|
||||
|
Loading…
x
Reference in New Issue
Block a user