We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VALID_TARGETS
0.7.0
When upgrading from 0.5.0 ~> 0.7.0 I get the following error:
0.5.0 ~> 0.7.0
fastlane-plugin-react_native_release-0.7.0/lib/fastlane/plugin/react_native_release/actions/react_native_release.rb:183:in `available_options': [!] uninitialized constant Fastlane::Actions::ReactNativeReleaseAction::VALID_TARGETS (NameError) Did you mean? Fastlane::Actions::ReactNativeReleaseAction::VALID_RELEASE_TYPES
Looks like this was renamed to VALID_RELEASE_TYPES https://github.com/echobind/fastlane-plugin-react_native_release/blob/master/lib/fastlane/plugin/react_native_release/actions/react_native_release.rb#L7
VALID_RELEASE_TYPES
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When upgrading from
0.5.0 ~> 0.7.0
I get the following error:Looks like this was renamed to
VALID_RELEASE_TYPES
https://github.com/echobind/fastlane-plugin-react_native_release/blob/master/lib/fastlane/plugin/react_native_release/actions/react_native_release.rb#L7
The text was updated successfully, but these errors were encountered: