-
Notifications
You must be signed in to change notification settings - Fork 128
Release process
Paweł Pastuszak edited this page Jul 28, 2018
·
54 revisions
This page contains some information on how to do Vis releases and is probably completely irrelevant for you.
VisUI:
- Change
ui/build.gradleversion: remove SNAPSHOT - Check VisUI.version
- Do
gradlew :ui:uploadArchives - Do
gradlew closeAndReleaseRepository - Update
ui/build.gradlewith next version with SNAPSHOT - Update
VisUI.version - Update CHANGES
- Update USL
- Commit changes
- Update Github Wiki Page
- Create new release on GitHub
- PR LibGDX
- Update contrib
When updating libgdx version, update VisUI.TARGET_GDX_VERSION.
VisEditor:
- Update
build.gradle,App.version - Disable Jenkins projects:
runtime,editor-edge - Do
gradlew uploadRuntimeAndPluginArchives - Do
gradlew closeAndReleaseRepository - Commit changes and build editor stable via Jenkins
- Create release on Github
- Update
build.gradle,App.versionwith new version,VersionCodes, update CHANGES, project converters - Re enable Jenkins projects
- Commit changes
- Update website, twitter, IRC, etc.
See README for VisUI introduction.