0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-27 21:31:05 +00:00
renovatebot_renovate/bin/update-docs.sh
2017-01-31 12:36:22 +01:00

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