Skip to content

Release Instructions

Prateek edited this page Jun 6, 2019 · 7 revisions

Steps to release AndroidSnooper's new version!

  • remove the -SNAPSHOT keyword from version and write release notes.
  • update the gradle.properties with signing info. signing.keyId, signing.password and signing.secretKeyRingFile are the properties we need to update. Don't commit this change.
  • run NEXUS_USERNAME=<nexus username> NEXUS_PASSWORD=<nexus password> ./gradlew uploadArchives to generate and push the artifacts to maven staging repo.
  • Navigate to Nexus Repository Manager and promote your build.

Reference: http://central.sonatype.org/pages/releasing-the-deployment.html

Clone this wiki locally