Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 716 Bytes

RELEASING.md

File metadata and controls

31 lines (20 loc) · 716 Bytes

Release Process

Setup

Place the following in ~/.gradle/gradle.properties:

TELECINE_BUGSNAG_KEY=<key>
TELECINE_ANALYTICS_KEY=<key>

Release

  1. Update the telecine/build.gradle versions to whatever you feel conveys the sheer awesomeness of the update to which you are about to bestow on the masses.

  2. Update the CHANGELOG.md with the public and internal changes.

  3. Commit. Push.

  4. Run ./release.sh /path/to/your.keystore. Enter your password when prompted.

  5. Install the release APK.

  6. Launch the app. Long press and release the "Launch" button 5 times. Ensure that the app crashed and that the exception was reported to Bugsnag.

  7. :shipit: