Skip to content

Release Process

Sebastian Schuberth edited this page Sep 17, 2025 · 10 revisions
  • Any core-dev can technically do releases. Mostly, @sschuberth does the releases, so he's a good contact in case of questions.
  • Once a week, before the ORT Community Meeting, the core-dev checks out the latest main and runs these commands locally:
    • ./gradlew releaseVersion (to create a local release tag in Git)
    • git push origin <tag> (to push the created <tag> and trigger the release workflow on GitHub)
  • Wait for artifacts to get published on Maven Central.
    • Renovate should then soon propose update PRs to the various ORT-related projects.
Clone this wiki locally