Jems22 / fastlane-plugin-commit_android_version_bump

Commit a version bump of your Android project using fastlane.
MIT License
13 stars 13 forks source link

Fix for React Native #2

Closed danharper closed 7 years ago

danharper commented 7 years ago

With React Native, there's a demo Android app within the node_modules directory. This plugin was picking that up too, and erroring.

Simple fix for now is to just reject paths within a node_modules directory (where dependencies are installed with Node)