Skip to content

v0.2.6: Recursively diff trees

Compare
Choose a tag to compare
@hkdobrev hkdobrev released this 13 Nov 23:49

#9 takes care of a previous problem where only changed files in the root would be detected. Now run-if-changed will detect files nested deeper in the project structure.

Thanks to @gorkalaucirica for this contribution!