Add following information to your $HOME/.gradle/gradle.properties
file:
# You Github access token
servers.github.privKey=github_token
# Signing GPG key id
signing.keyId=12345678
# Signing GPG key password
signing.password=some_password
# Path to GPG file to sync artifcats
signing.secretKeyRingFile=~/.gnupg/secring.gpg
- Update
VERSION_NAME
with new release version in project rootgradle.properties
- Fill in
CHANGELOG.md
with related to new version changes. - Run
./gradlew publishNewRelease
to build, upload new artifacts, updateREADME.md
and https://ktlint.github.io site. - Update Github release notes with info from
CHANGELOG.md