Skip to content
Karthik raja edited this page Jan 28, 2022 · 7 revisions

Prerequisites

  • Add GITHUB_USERNAME and GITHUB_ACCESS_KEY to your env
    • You can generate GITHUB_ACCESS_KEY by visiting Personal Access token | Github and generating new token. Make sure to select read and write packages permission.

To release new SDK version

Once you tested the SDK well & ready to publish, do the following steps.

  1. Increase the version name on VERSION_NAME field in project level gradle.properties.
  2. Run ./gradlew clean build -x test publish in the terminal from your project path
  3. Commit the version update change & push it to Github & Create a release in GitHub.
Clone this wiki locally