Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (16 loc) · 691 Bytes

RELEASE.md

File metadata and controls

17 lines (16 loc) · 691 Bytes

How to Release

  1. increase version number in following files
    • examples/ios/ios.podspec
    • gradle/libs.versions.toml
    • examples/iosApp/Podfile.lock
    • README.md - update this file after library is released
  2. Create a new Release & Tag on Github, but set it as a pre-release. This is to avoid confusion for users when trying to install a library that is uploaded but not yet available for download.
  3. Wait for build and upload
  4. SonaType Repo Manager
  5. Login
  6. Go to Staging Repository
  7. Close the library
  8. Release the library
  9. After library is available for download then update README.md and set the Github Release as the latest release