Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 794 Bytes

File metadata and controls

31 lines (22 loc) · 794 Bytes

Release instructions

Code check

Run tests with

yarn test:lint
yarn test:ts
yarn test:format

Release new Shared Storage for Android Maven Central

  1. Update VERSION_NAME in gradle.properties
  2. Commit changes ("release shared-storage-android vX.X.X")
  3. Release artifact via ./gradlew :shared-storage:publishToMavenCentral --no-configuration-cache
  4. Publish deployment on Sonatype Central

Release new Async Storage version

  1. Update version of Shared Storage for Android binary in gradle.properties
  2. Create a PR with changeset log.
  3. Merge Release PR and CI will publish new version.