This small script is designed to help KEP process maintainers and SIG Leads
migrate existing KEP content to the new format described in KEP1a.
To run this tool:
go run to_current.go <workspace>/community/keps
where <workspace> is the location where you have previously cloned the Kubernetes Community Repo. The tool
will create a temporary directory containing converted KEP content. A KEP process maintainer attempting to
convert the existing KEP content should
Referring to the documentation on git filter-branch, select only commits against the keps directory
in clone of the Kubernetes Community Repo: