chore: rename `eicd` -> `EDM4eic`
find . -name "*" -type f -print | grep -vE '\.git\/' | xargs sed -i 's/\<eicd\>/edm4eic/g'
find . -name "*" -type f -print | grep -vE '\.git\/' | xargs sed -i 's/\<EICD\>/EDM4EIC/g'
Edge cases:
- did not change
eicd
in the Dependencies inREADME.md
- changed
edm4eic
toEDM4eic
in.gitlab-ci.yml
- changed
*_EICD_*
variables to*_EDM4EIC_*
in.gitlab-ci.yml
(branch name is a typo)
Edited by Christopher Dilks