-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Gem depends on fastlane #17
Gem depends on fastlane #17
Conversation
README.md
Outdated
@@ -55,24 +55,9 @@ trainer(output_directory: ENV["CIRCLE_TEST_REPORTS"]) | |||
|
|||
For more information, check out the [fastlane plugin docs](fastlane-plugin-trainer#readme). | |||
|
|||
## Without [fastlane](https://fastlane.tools) | |||
|
|||
### Installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this part not any more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAICT, there is no reason to have a Without
section because there is no way to use this gem without fastlane.
It could be argued that you don't need to use this gem as fastlane plugin - the instructions that I delete would work. However, as they were written they were confusing - they implied that the gem did not need fastlane to be installed.
I can roll back that doc change if you want.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, interesting. I think that's more for when you don't use fastlane with a Fastfile, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's more for when you don't use fastlane with a Fastfile
The implication, to me, was that fastlane was not required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed doc commit.
84f1cba
to
747a20d
Compare
Will this be merged? |
Thanks 👍 Should I also push a new release? |
Motivation
This project requires fastlane.
Resolves: