-
Notifications
You must be signed in to change notification settings - Fork 128
Release process
Kotcrab edited this page Jun 8, 2022
·
52 revisions
This page contains some information on how to do Vis releases and is probably completely irrelevant for you.
When updating libgdx version, always update VisUI.TARGET_GDX_VERSION
.
- Change
ui/build.gradle
version andCHANGES
file: remove SNAPSHOT - Push commit (name:
Release VisUI 1.x.x
) - Create GitHub release to trigger artifact release
- tag name:
visui-1.x.x
- release name:
VisUI 1.x.x
- release description:
See CHANGES file.
- tag name:
- Update
ui/build.gradle
version andCHANGES
file: enter next version with SNAPSHOT - Push commit (name:
Prepare for next version
)
- Automatic on push to master
- 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 LibGDXUpdate contrib
See README for VisUI introduction.