From 07aef1109a283c5b3e2bbdde1e8b4082708dc74b Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Mon, 30 Dec 2024 17:24:55 -0800 Subject: [PATCH] Add node-diff to readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f8cd4b..6506b29 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,6 @@ The resulting ComfyUI node extension project will automatically come with a few - An optional `web` directory if your extension will include custom javascript - If selected, `web` will also be added to the project's `MANIFEST.in` to ensure that any non-python code in `web` will also be correctly installed - Testing via PyTest (check the `tests/` directory) -- A Github Action that will automatically run any tests as part of Pull Requests made against your project +- A Github Action that will automatically run any unit tests as part of Pull Requests made against your project +- A Github Action to diff your changes for backwards incompatible changes: (node-diff)[https://github.com/Comfy-Org/node-diff] - A Github Action to publish to the Comfy Registry