-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release Automation #5
Comments
Any luck with adding github release? |
TBH I've not had a chance to try it out yet. From your description, though, it looks like it should work! |
Took a look, seems a bit clumsy to use, but I'm going to give it a shot. |
So I looked into this, and Fastlane seems like the obvious answer. However, after reconstruct the existing Makefile tasks, we only save six lines of code. That's not significant enough to justify another dependency imo. The current Rakefile is 101 lines, uses Ruby in a clever-but-obvious way, and invokes command line tools that we're already familiar with. Using the current Rakefile would be a good solution, but we still need to duplicate it in each library. That's probably not a huge deal. So yeah, I'm thinking maybe just create a gist that contains a sort of 'template', and then link to that gist in all the Rakefiles to make it easy for other developers to reuse. Anyone else opposed? |
Probably better off making a library releasing gem at this point |
Yeah it's worth considering, especially if we're moving towards a common-ish way of doing things. |
Could be done here: CocoaPods/cocoapods-plugins#52 |
This was done via Moya/Moya#456, right? |
@segiddins I believe so, thanks! |
There are enough libraries I touch (Moya, this, and this) that all need similar releases.
It'd be fab if I could abstract Moya's current release script so this was a lot easier.
The text was updated successfully, but these errors were encountered: