Skip to content

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:

  1. Change ui/build.gradle version: remove SNAPSHOT
  2. Check VisUI.version
  3. Do gradlew :ui:uploadArchives -Psigning.password=secret
  4. Do gradlew closeAndReleaseRepository
  5. Update ui/build.gradle with next version with SNAPSHOT
  6. Update VisUI.version without SNAPSHOT
  7. Update CHANGES
  8. Update USL
  9. Update README
  10. Commit changes
  11. Upload snapshot
  12. Create new release on GitHub
  13. PR LibGDX
  14. Update contrib

When updating libgdx version, update VisUI.TARGET_GDX_VERSION.