Skip to content

How to publish a release

Tomas Hanley edited this page Jun 23, 2021 · 1 revision

How to publish a release:

  1. Bump gradle version to release and push to master
  2. Tag commit with release number
  3. Create github release
  4. On local machine run ./gradlew publish
  5. This should sign and publish to nexus staging area
  6. To release the staged artifact, follow this guide: https://kotlinfrompython.com/2018/01/18/how-to-publish-artifacts-to-maven-central-via-gradle/#step5
Clone this wiki locally