card-io / card.io-iOS-source

The open-source code for the card.io-iOS-SDK: provides fast, easy credit card scanning in mobile apps
Other
686 stars 372 forks source link

Added releasinator config #65

Closed sankarbhavanib closed 8 years ago

sankarbhavanib commented 8 years ago
josharian commented 8 years ago

Who is releasinator for? The card.io contributors or the developers who use card.io? Searching google for releasinator suggests "The releasinator assists in building and releasing SDKs across languages." but card.io already has a build and release system. Why would it need another one? I also have some inline comments...

burnto commented 8 years ago

thanks @josharian. +1

braebot commented 8 years ago

Hey @josharian, the Releasinator is an open source tool we've developed to standardize releasing libraries and sdks. Feel free to give it a look! The majority of your comments are directed toward the tool and its conventions, rather than this PR.

@sankarbhavanib's work replaces the existing fab release process. This PR is only half-complete. Once we fix one of the gaps in the releasinator, we'll circle back and complete this, including removing the existing fabfile.

Thank you for your comments!