Skip to content

Commit

Permalink
fix: release PR changes and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
robproject committed Oct 22, 2023
1 parent 1c57e9d commit b953436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit b953436

Please sign in to comment.