-
Notifications
You must be signed in to change notification settings - Fork 128
Release process
Paweł Pastuszak edited this page Aug 3, 2016
·
53 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
- Do
gradlew closeAndPromoteRepository
- Update
ui/build.gradle
with 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
VisEditor:
- Update
build.gradle
,App.version
- Disable Jenkins projects:
runtime
,editor-edge
- Do
gradlew uploadRuntimeAndPluginArchives
- Do
gradlew closeAndPromoteRepository
- Commit changes and build editor stable via Jenkins
- Create release on Github
- Update
build.gradle
,App.version
with new version,VersionCodes
, update CHANGES, project converters - Re enable Jenkins projects
- Commit changes
- Update website, twitter, IRC, etc.
See README for VisUI introduction.