mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-27 21:31:05 +00:00
6 lines
354 B
Bash
Executable file
6 lines
354 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
perl -0777 -i -pe 's/\n Usage:.*package-test\n/`node dist\/renovate --help`/se' readme.md
|
|
perl -0777 -i -pe 's/\n Usage:.*package-test\n/`node dist\/renovate --help`/se' docs/configuration.md
|
|
perl -0777 -i -pe 's/## Configuration Options.*//se' docs/configuration.md
|
|
node bin/update-configuration-table.js >> docs/configuration.md
|