- prepare virtualenv for
download_release.py:$ cd tools/maven-central
$ pipenv --python 3.12
$ pipenv sync
- download a JGit release from repo.eclipse.org and create artifact signature files (
.asc) using your GPG signing key$ pipenv run ./download_release.py 6.1.0.202203080745-r
- deploy the release to maven central portal
$ JRELEASER_MAVENCENTRAL_STAGE=UPLOAD jreleaser deploy
- check in the Maven Central Portal if the release looks good. You can download uploaded artifacts from there. How to manually test a staged release is explained here
- publish the new release