devhub
devhub copied to clipboard
Automate mobile app releases
- [x] Automatically build and release the web version
- [x] Automatically build and release the desktop electron versions
- [ ] Automatically build and release the iOS app to App Store
- [ ] Automatically build and release the Android to Google Play Store
- [ ] Automatically build and upload the android APK to the GitHub release
- [ ] Automatically update the SHA256 hash on https://github.com/devhubapp/homebrew-devhub/blob/master/Casks/devhub.rb
- [ ] [maybe] Automatically build and release the macOS app to the mac App Store
Maybe use travis + fastlane for android/ios. Or bitrise, app center, etc.
How about AppCenter + Fastlane?
Since we already have Travis setup for the web and desktop releases, I'd prefer if it was in the same place. But if not possible then no problem!
However I did hear bad feedbacks about AppCenter and good ones about Bitrise. But still need to properly compare them.
@brunolemos Which comments did you hear about AppCenter? I use it in @loggi, in our production apps that use RN and it works like a charm 🤔