Skip to content
Compare
Choose a tag to compare
@GrantBirki GrantBirki released this 31 Jul 11:43
· 162 commits to main since this release
62fe13e

v2.0.0

⚠️ Breaking Changes ⚠️

This release introduces potential breaking changes (#17) through the new use_dot_match option:

  • use_dot_match - Tells the Action whether to search paths that are "hidden" (begin with a . like .github). This option defaults to "true" and will search all paths matching "dot path criteria" unless set to "false".

For the majority of users, I do not expect issues to arise from this release. However, if you are not expecting dot (.) directories to be scanned, this Action may now fail for you unless you exclude this setting through use_dot_match: "false".

As always, feel free to open an issue in this repository if you have any questions

What's Changed

Full Changelog: v1.5.0...v2.0.0