Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

70 lines (50 loc) · 1.65 KB

Contributing

FAQ

How to update the HyperTrack SDK version and make a release?

Automated:

  1. just usl <new wrapper version> (or just usal for Android only, just usil for iOS only) will:
    • update the SDK to the latest version
    • update the wrapper version
    • update the CHANGELOG
    • create a branch
    • update docs
    • commit changes
  2. Push the branch and create a PR
  3. Merge the PR
  4. just pt on master will push a tag with the version
  5. Create a GitHub release with the tag
  6. flutter pub publish

Manual:

  1. Update SDK version

  2. Increment wrapper version

  3. Update CHANGELOG

    • Add the release link to the bottom
  4. Update badge in README

  5. Run just release to do a release dry-run and is everything OK

  6. Merge changes and create a version tag

  7. Create a release

    • Release title - version
  8. Publish Flutter package with flutter pub publish

How to change build config

Android

  • compileSdkVersion

    • android/build.gradle
      • android {}
        • compileSdkVersion
  • minSdkVersion

    • android/build.gradle
      • defaultConfig {}
        • minSdkVersion
  • platform version (flutter)

    • pubspec.yaml
      • environment:
        • sdk: