-
Notifications
You must be signed in to change notification settings - Fork 6
How to publish a release
Tomas Hanley edited this page Jun 23, 2021
·
1 revision
How to publish a release:
- Bump gradle version to release and push to master
- Tag commit with release number
- Create github release
- On local machine run ./gradlew publish
- This should sign and publish to nexus staging area
- To release the staged artifact, follow this guide: https://kotlinfrompython.com/2018/01/18/how-to-publish-artifacts-to-maven-central-via-gradle/#step5