Closed frolosofsky closed 5 years ago
This PR renames existing ADRs to the ADR-XXXX.md style. Let's have next fun after reaching 9999 adrs.
find . -type f -exec bash -c "git mv \"{}\" \"\$(echo {} | awk 'BEGIN { FS=\" |-\" } ; { printf \"ADR-%04d.md\", \$5 }')\"" \;
Signed-off-by: Stanislav Frolov stanislav@thirdhash.com
Friendly reminder: @scravy @Nizametdinov @cornelius @frolosofsky don't forget to adjust your PR's according to the new scheme.
This PR renames existing ADRs to the ADR-XXXX.md style. Let's have next fun after reaching 9999 adrs.
Signed-off-by: Stanislav Frolov stanislav@thirdhash.com