-
Notifications
You must be signed in to change notification settings - Fork 127
Release process
kotcrab edited this page Feb 21, 2021
·
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 - Create and push release 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
)
- Run snapshot upload workflow
- 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.