From bb169a654c9bae73ea3c2abf77eda88cf0de011b Mon Sep 17 00:00:00 2001 From: Bing O'Dowd Date: Fri, 7 Aug 2026 06:42:24 +0200 Subject: [PATCH] Update docs on how to release a new version We no longer deploy from our local computers. We use this Jenkins job --- DEVELOP.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DEVELOP.rst b/DEVELOP.rst index 4754cd7..d431bc6 100644 --- a/DEVELOP.rst +++ b/DEVELOP.rst @@ -60,5 +60,8 @@ To create a new release, you must: Maven Central Deployment ======================== -The artifacts can be uploaded to maven central using ``./gradlew uploadArchives closeAndReleaseRepository``. -This gradle task requires signing and sonatype credentials. +We deploy the artifcats via a Jenkins job, `crate_java_testing_publish`_. +Navigate to this site, and run "Build with Parameters" on the master branch, and a new release will be published to `maven central`_. + +.. _crate_java_testing_publish_: https://jenkins.crate.io/job/Ecosystem/job/Release/job/Devtools/job/crate_java_testing_publish/ +.. _maven_central_: https://central.sonatype.com/artifact/io.crate/crate-testing