Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 849 Bytes

File metadata and controls

35 lines (23 loc) · 849 Bytes

Releasing tmdb-java to Maven Central

Local testing

Note: on Windows, avoid Git Bash. It uses its own gpg.

./mvnw clean install -P release,heyuwe-sign -DskipTests
.\mvnw.cmd clean install -P release,heyuwe-sign -DskipTests

Preparing a release and deploying it to Maven Central

git commit --all --message "Prepare for release 6.18.0"

Then from IDE run tasks (TODO: figure out how to use GUI pin entry from Git Bash):

  • release:prepare
  • release:perform

Push to GitHub:

git push origin main --tags

And create a GitHub release.