-
Notifications
You must be signed in to change notification settings - Fork 22
Release Instructions
Prateek edited this page Jun 6, 2019
·
7 revisions
- remove the
-SNAPSHOT
keyword from version and write release notes. - update the
gradle.properties
with signing info.signing.keyId
,signing.password
andsigning.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