Skip to content
Matěj Klíma edited this page Feb 12, 2026 · 4 revisions
  1. check that everything you want to release is pushed in the master branch: https://github.com/gooddata/gooddata-parent/commits/master

  2. decide right version (use semantic versioning scheme)

  3. use release-java-oss-component workflow in github-actions repository

    (In case there are some problems uploading to Sonatype, check status page. If staging repository operations are timing out from cmdline, one can kill mvn task after it uploads artefacts to staging repo and then close and/or release it in the web UI.)

  4. create a new release

  5. wait for Maven Central sync

Clone this wiki locally