docs: make release-path script the sole source #260
1 changed files with 3 additions and 1 deletions
|
|
@ -99,7 +99,9 @@ path_check() {
|
|||
|
||||
readme_has_no_path_enumeration() {
|
||||
local token found=no
|
||||
for token in bin/ lib/version.sh lib/decide.sh lib/facts.sh lib/changelog.sh; do
|
||||
for token in \
|
||||
bin/ lib/version.sh lib/decide.sh lib/facts.sh lib/changelog.sh lib/forge.sh
|
||||
do
|
||||
if grep -qF "$token" "$ROOT/drills/README.md"; then
|
||||
printf 'drill doctrine enumerates release path: %s\n' "$token" >&2
|
||||
found=yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue