From b953436d649a9bf15b1c3d2cee4a56741d0f48d5 Mon Sep 17 00:00:00 2001 From: Robert Duncan Date: Sat, 21 Oct 2023 23:17:38 -0700 Subject: [PATCH] fix: release PR changes and update doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a5ab720..ed54c77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Frappe Schema JSON Diff ## Usage +When building and customizing Frappe Doctypes (schema), tracking changes can be challenging. Relying on the current state of the UI doesn't show past changes, and git's diff does not reflect the functional change, only the line-by-line diff of the json file. This script and workflow displays a meaningful diff of the newest changes on pull requests and pushes in a runner terminal, and in the case of PRs, comments on the request. + ### Local Testing 1. Change or delete any json files located in `/test_files` 2. `bash ./run.sh`