Skip to content

Commit 7468cf8

Browse files
authored
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 -->
1 parent bc1883e commit 7468cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/errors/dirty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ From here on, you have a couple of options:
2323
generated);
2424
- change your build process to not touch any git tracked files.
2525
- if you are running `goreleaser build`, you might want to add either the
26-
`--snapshot` or `--skip-validate` flags to it
26+
`--snapshot` or `--skip=validate` flags to it

0 commit comments

Comments
 (0)