forked from mirror/cobra
13 lines
226 B
YAML
13 lines
226 B
YAML
|
# changes to documentation
|
||
|
"area/documentation": doc/**/*
|
||
|
|
||
|
# changes to the core lib package
|
||
|
"area/lib": ./*.go
|
||
|
|
||
|
# changes to the zsh completion
|
||
|
"area/*sh completion":
|
||
|
- ./zsh_*
|
||
|
- ./shell_*
|
||
|
- ./powershell_*
|
||
|
- ./bash_*
|