mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
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_*
|