-
Notifications
You must be signed in to change notification settings - Fork 352
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.
______________________________
/ \_______ \__ ___/ The OSS Review Toolkit, version 1.0.0.
| | | | _/ | |
| | | | | \ | | Running 'wiki' as 'ort' under Java on GitHub
\________/ |____|___/ |____| with a lot of CPUs and a maximum amount of memory.