How to generate a patch for incus-ui-canonical
- step 1: checkout upstram new tags
- step 2: run command:
cd ${HOME}/to/project
# from to https://github.com/zabbly/incus/blob/da5995079a66ef9cf4c3faca26278f8880ca14f0/.github/workflows/builds.yml#L353
find -type f -name "*.ts" -o -name "*.tsx" -o -name "*.scss" | xargs sed -i \
-e 's/devlxd/guestapi/g' \
-e 's/dev\/lxd/dev\/incus/g' \
-e 's/LXD/Incus/g' \
-e 's/Lxd/Incus/g' \
-e 's/lxd/incus/g'