2021-02-15 17:48:09 +00:00
|
|
|
# changes to documentation generation
|
2023-12-23 19:52:45 +00:00
|
|
|
"area/docs-generation":
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'doc/**'
|
2021-02-15 17:48:09 +00:00
|
|
|
|
2022-03-09 00:10:09 +00:00
|
|
|
# changes to the core cobra command
|
2022-03-09 17:29:25 +00:00
|
|
|
"area/cobra-command":
|
2023-12-23 19:52:45 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: ['./cobra.go', './cobra_test.go', './*command*.go']
|
2021-02-15 17:48:09 +00:00
|
|
|
|
2022-03-09 00:10:09 +00:00
|
|
|
# changes made to command flags/args
|
2023-12-23 19:52:45 +00:00
|
|
|
"area/flags":
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: './args*.go'
|
2021-02-15 17:48:09 +00:00
|
|
|
|
|
|
|
# changes to Github workflows
|
2023-12-23 19:52:45 +00:00
|
|
|
"area/github":
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: '.github/**'
|
2021-02-15 17:48:09 +00:00
|
|
|
|
|
|
|
# changes to shell completions
|
2022-03-09 00:10:09 +00:00
|
|
|
"area/shell-completion":
|
2023-12-23 19:52:45 +00:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: './*completions*'
|