-
Notifications
You must be signed in to change notification settings - Fork 127
Release process
kotcrab edited this page Feb 13, 2021
·
52 revisions
This page contains some information on how to do Vis releases and is probably completely irrelevant for you.
VisUI:
- Change
ui/build.gradle
version: remove SNAPSHOT Check VisUI.version- Do
gradlew :ui:uploadArchives -Psigning.password=secret
- Do
gradlew closeAndReleaseRepository
- Update
ui/build.gradle
with next version withSNAPSHOT
UpdateVisUI.version
withoutSNAPSHOT
- Update CHANGES
Update USLUpdate README- Commit changes
- Upload snapshot
- Create new release on GitHub
- PR LibGDX
- Update contrib
When updating libgdx version, update VisUI.TARGET_GDX_VERSION
.
See README for VisUI introduction.