diff --git a/doc/RELEASE.md b/doc/RELEASE.md index e14578c..0019caa 100644 --- a/doc/RELEASE.md +++ b/doc/RELEASE.md @@ -28,6 +28,10 @@ And update all from dev to merge into prod. - Check if [manifest/default.dev.xml](../manifest/default.dev.xml) is ready for production. - Run test with `make test` +### Format code + +Run `make format` to format all code. + ### Update image_db Run `make image_db_create_all` to generate database images in directory `./image_db`. diff --git a/script/git_tool.py b/script/git_tool.py index 296e25d..e43045a 100644 --- a/script/git_tool.py +++ b/script/git_tool.py @@ -394,7 +394,7 @@ class GitTool: if ( "addons/OCA_web" == repo.get("path") or "odoo" == repo.get("path") - or "ERPLibre_image_db" == repo.get("path") + or "image_db" == repo.get("path") ): continue str_repo = (